diff --git a/tmux.conf b/tmux.conf index 3191764..2e637d5 100644 --- a/tmux.conf +++ b/tmux.conf @@ -6,16 +6,13 @@ bind R source-file ~/.tmux.conf \; display-message " Config reloaded..." set -g mouse on bind -n WheelUpPane if-shell -F -t = "#{mouse_any_flag}" "send-keys -M" "if -Ft= '#{pane_in_mode}' 'send-keys -M' 'copy-mode -e'" -unbind C-b -set -g prefix C-q -bind C-q send-prefix +setw -g mode-keys vi +set-window-option -g mode-keys vi unbind [ bind Escape copy-mode unbind p bind p paste-buffer - -set-window-option -g mode-keys vi bind-key -T copy-mode-vi 'v' send -X begin-selection bind-key -T copy-mode-vi 'y' send -X copy-selection