Tmux aliases

This commit is contained in:
2024-05-03 16:10:59 +01:00
parent 71c32eec38
commit 5235181764

View File

@@ -67,6 +67,10 @@ set-window-option -g automatic-rename
# Vi copypaste mode
set-window-option -g mode-keys vi
bind-key -n g copy-mode
bind -T copy-mode-vi v send -X begin-selection
bind-key -T copy-mode-vi y send -X copy-selection-and-cancel
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel
# highlight color
set -g mode-style "fg=black,bg=color167"