commit 7f5802275dd7d9ed71dbe0f048f9bee642db7efc parent fde255c4abfd6b0139e686811b7eafe52ebafbce Author: mcol <mcol@posteo.net> Date: Fri, 15 Feb 2019 11:25:46 +0000 added readme so i know how to install; removed tmux copying keybindings which dont work without X Diffstat:
A | readme.md | | | 1 | + |
M | tmux.conf | | | 8 | ++++---- |
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/readme.md b/readme.md @@ -0,0 +1 @@ +install beside [vundle](https://github.com/VundleVim/Vundle.vim) diff --git a/tmux.conf b/tmux.conf @@ -20,10 +20,10 @@ set -s escape-time 0 set -g base-index 1 # Vim bindings in copy-mode -bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -i -sel clip > /dev/null" -bind-key p run "xclip -o -sel clip | tmux load-buffer - ; tmux paste-buffer" -bind-key -T copy-mode-vi 'v' send -X begin-selection -bind-key -T copy-mode-vi 'y' send -X copy-selection +#bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -i -sel clip > /dev/null" +#bind-key p run "xclip -o -sel clip | tmux load-buffer - ; tmux paste-buffer" +#bind-key -T copy-mode-vi 'v' send -X begin-selection +#bind-key -T copy-mode-vi 'y' send -X copy-selection # status bar #setw -g window-status-current-attr bold