Browse Source

Added tmux conf

pull/17/head
Harish Karumuthil 3 years ago
parent
commit
d206d0007a
  1. 5
      home/.tmux.conf

5
home/.tmux.conf

@ -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"
Loading…
Cancel
Save