iTerm dynamic profile for tmux keys

This commit is contained in:
Petr Nyc
2023-02-11 21:06:05 +01:00
parent f1e23726ca
commit 6424413fa6
2 changed files with 67 additions and 2 deletions

View File

@@ -36,8 +36,8 @@ bind C-a send-prefix
# vi copy mode
set -g mode-keys vi
bind Escape copy-mode
unbind p
bind p paste-buffer
# unbind p
# bind p paste-buffer
bind-key -T copy-mode-vi 'v' send-keys -X begin-selection
bind-key -T copy-mode-vi 'y' send-keys -X copy-selection
bind-key -T copy-mode-vi 'c-v' send-keys -X rectangle-toggle