Add more config files to the base role.
This commit is contained in:
8
ansible/roles/base/files/tmux.conf
Normal file
8
ansible/roles/base/files/tmux.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
set-option -g mouse on
|
||||
set-option -g history-limit 20000
|
||||
# set -g @plugin 'tmux-plugins/tmux-yank'
|
||||
# Emacs style
|
||||
# bind-key -T copy-mode y send-key -X copy-pipe-and-cancel "xsel -i -p && xsel -o -p | xsel -i -b"
|
||||
# bind-key -T copy-mode y send-key -X copy-pipe "xsel -i -p && xsel -o -p | xsel -i -b"
|
||||
# bind-key C-y run "xsel -o | tmux load-buffer - ; tmux paste-buffer"
|
||||
# unbind -T copy-mode MouseDragEnd1Pane
|
||||
Reference in New Issue
Block a user