diff options
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf index 00b091f..f18fdf4 100644 --- a/ar/.config/tmux/tmux.conf +++ b/ar/.config/tmux/tmux.conf @@ -136,7 +136,7 @@ set -g @continuum-restore 'on' set -g @continuum-save-interval '1' # min, 0 for disable # copycat -bind -n 'v' copy-mode +bind 'v' copy-mode bind -T copy-mode-vi 'v' send-keys -X begin-selection bind -T copy-mode-vi 'C-v' send-keys -X rectangle-toggle bind -T copy-mode-vi 'y' send-keys -X copy-selection-and-cancel |
