This commit is contained in:
2024-10-10 23:57:18 +02:00
parent 5a6d346112
commit 8f8851173b
3 changed files with 28 additions and 11 deletions

View File

@@ -2,6 +2,9 @@
# use interactive shell instead of login shell
set-option -g default-command "/bin/bash"
# enable rgb colors
set-option -sa terminal-features ',xterm-256color:RGB'
# set prefix key
unbind C-b
set-option -g prefix C-Space
@@ -19,6 +22,13 @@ bind -n M-Right select-pane -R
# enable mouse support
set -g mouse on
# bind -n WheelUpPane {
# if -F '#{==:#{window_name},nvim}' {
# send-keys -M
# } {
# copy-mode -e
# }
# }
# reasonable resizing
setw -g aggressive-resize on
@@ -38,4 +48,4 @@ set -g visual-silence off
setw -g monitor-activity off
set -g bell-action none
# source ~/dotfiles/tmux/.config/tmux/zegonix.conf
source ~/dotfiles/tmux/.config/tmux/zegonix.conf