Commit 7f5802275dd7d9ed71dbe0f048f9bee642db7efc Parent: fde255c4abfd6b0139e686811b7eafe52ebafbce Author: mcol <mcol@posteo.net> Date: 2019-02-15 11:25:46 +0000 Committer: mcol <mcol@posteo.net> Committed: 2019-02-15 11:25:46 +0000 added readme so i know how to install; removed tmux copying keybindings which dont work without X
tmux.conf Modified
@@ -20,10 +20,10 @@ 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
readme.md Added
@@ -0,0 +1 @@
+install beside [vundle](https://github.com/VundleVim/Vundle.vim)