diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-03-05 15:03:13 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-03-05 15:03:13 +0100 |
| commit | 7d450ffb8caf12fa6bed250b6a67d3ecb237f904 (patch) | |
| tree | 17cce63f88a01196de24bc02003cc9d23d0e1a5b /.tmux.conf | |
| parent | c8766f9ff619ded055f658f4508800454d31dc36 (diff) | |
| download | dotfiles-7d450ffb8caf12fa6bed250b6a67d3ecb237f904.tar.gz dotfiles-7d450ffb8caf12fa6bed250b6a67d3ecb237f904.tar.bz2 dotfiles-7d450ffb8caf12fa6bed250b6a67d3ecb237f904.zip | |
Few adjuments for new distro, dual and single command for switching between single and dual screen
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 |
