This commit is contained in:
2023-11-27 15:51:19 +05:30
parent 05bb1a04ce
commit 23fcc5e74c
6 changed files with 130 additions and 34 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ set-option -g default-terminal 'tmux-256color'
set-option -ga terminal-overrides ',xterm-256color:Tc'
setw -g mode-keys vi
set-option -g mouse on
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xsel -i --clipboard"
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "wl-copy"