tmux.conf update

This commit is contained in:
odrling 2019-05-02 02:26:00 +02:00
parent 419a6de5c9
commit ca3b18c310

View file

@ -1,5 +1,5 @@
# prefix Control + T
set-option -g prefix C-t
#set-option -g prefix C-t
set-option -sg escape-time 9
@ -12,7 +12,7 @@ bind -n M-Down select-pane -D
#bind -n C-d detach
# Enable mouse mode (tmux 2.1 and above)
set -g mouse on
#set -g mouse on
bind-key -n -T copy-mode-vi Enter send-keys -X copy-pipe 'xclip -i -sel p -f | xclip -i -sel c'
bind-key -n -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe 'xclip -i -sel p -f | xclip -i -sel c'