diff options
Diffstat (limited to 'tmux.conf')
-rw-r--r-- | tmux.conf | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -91,7 +91,10 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection bind-key -T copy-mode-vi r send-keys -X rectangle-toggle # also copy to system clipboard -#bind -t vi-copy y copy-pipe "xclip -sel clip -i" +bind -T vi-copy y copy-pipe "xclip -sel clip -i" + +# enable copy and paste with the mouse! +set -g mouse off # geohot colors set -g status-position bottom |