remove outdated tmux configuration

This commit is contained in:
2017-10-09 21:31:51 -07:00
parent cdec63f8ef
commit f99d1a6c60

View File

@@ -8,10 +8,6 @@ set -g history-limit 10000
bind Escape copy-mode
unbind p
bind p paste-buffer
bind -t vi-copy 'v' begin-selection
bind -t vi-copy 'y' copy-selection
bind -t vi-copy 'Space' halfpage-down
bind -t vi-copy 'Bspace' halfpage-up
# vim move keys
bind h select-pane -L