changes for pone

This commit is contained in:
h
2024-01-05 21:15:21 -05:00
parent 13c92edd01
commit 444f3e1177
4 changed files with 138 additions and 4 deletions
+3
View File
@@ -6,6 +6,9 @@ setw -g mode-keys vi
unbind C-b
set-option -g prefix C-a
set-option -sg escape-time 10
set-option -g focus-events on
bind-key -T copy-mode-vi 'v' send -X begin-selection
bind-key -T copy-mode-vi 'y' send -X copy-selection-and-cancel \; run -b "tmux save-buffer - | xclip -sel clip -i > /dev/null"
bind y run -b "tmux save-buffer - | xclip -sel clip -i > /dev/null" \;