diff options
| -rw-r--r-- | ar/.config/tmux/tmux.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ar/.config/tmux/tmux.conf b/ar/.config/tmux/tmux.conf index f18fdf4..f9a6f7d 100644 --- a/ar/.config/tmux/tmux.conf +++ b/ar/.config/tmux/tmux.conf @@ -49,6 +49,9 @@ set -g status-style "bg=default" # clear bind 'l' "send-keys C-l; send-keys -R; clear-history" +# copy-mode +bind 'v' copy-mode + # lazygit bind -n 'M-g' popup -d "#{pane_current_path}" -E -h 95% -w 95% -x 100% "EDITOR=nvim lazygit" @@ -136,7 +139,6 @@ set -g @continuum-restore 'on' set -g @continuum-save-interval '1' # min, 0 for disable # copycat -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 |
