diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-20 08:40:31 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-06-20 08:40:31 +0900 |
| commit | a81f0f45b0511e24b5b2a267f3dda5a5bc235b18 (patch) | |
| tree | e7b7540481c51fcb1c5c5e42f9f97937698c9f23 | |
| parent | 711fccfa03a60948f34b0110469fdf771dcc3a93 (diff) | |
modified tmux/tmux.conf
| -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 |
