[MINOR] ZSH MacOS

This commit is contained in:
Afonso Franco 2023-12-10 21:22:07 +00:00
parent dd61675059
commit 1c42c0b4cf
Signed by: afonso
SSH key fingerprint: SHA256:JiuxZNdA5bRWXPMUJChI0AQ75yC+cXY4xM0IaVwEVys
15 changed files with 593 additions and 54 deletions

View file

@ -0,0 +1,8 @@
# tmux_copy_mode.conf
# Copy mode
bind -T copy-mode-vi v send -X begin-selection
bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy"
bind P paste-buffer
bind -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "pbcopy"