Added tmux conf

This commit is contained in:
2022-08-04 16:37:47 +05:30
parent 33010333a7
commit d206d0007a
+5
View File
@@ -0,0 +1,5 @@
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"