diff options
Diffstat (limited to 'tmux/tmux.conf')
| -rw-r--r-- | tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 1ffcdc9..dac3544 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -19,6 +19,7 @@ set -g mouse on set-window-option -g mode-keys vi bind P paste-buffer bind-key -T copy-mode-vi 'v' send-keys -X begin-selection +bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle bind-key -T copy-mode-vi 'y' send-keys -X copy-selection bind-key -T copy-mode-vi 'y' send-keys -X copy-pipe-and-cancel 'xclip -sel clip -i' |
