diff options
Diffstat (limited to '.tmux.conf')
| -rw-r--r-- | .tmux.conf | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -14,11 +14,11 @@ unbind [ bind y copy-mode unbind p bind p paste-buffer -bind-key -t vi-copy 'v' begin-selection -bind-key -t vi-copy 'y' copy-selection -bind-key -t vi-copy 'r' rectangle-toggle +# bind-key -t vi-copy 'v' begin-selection +# bind-key -t vi-copy 'y' copy-selection +# bind-key -t vi-copy 'r' rectangle-toggle -bind -t vi-copy y copy-pipe "xclip -sel clip -i" +# bind -t vi-copy y copy-pipe "xclip -sel clip -i" source-file $HOME/dotfiles/.my.tmuxtheme |
