Remove broken tmux config

This commit is contained in:
Cyryl Płotnicki 2019-03-26 10:08:16 +00:00
parent 3f38c67f52
commit a734ae1792

View file

@ -4,10 +4,3 @@ set -g terminal-overrides 'xterm*:smcup@:rmcup@'
set -g prefix C-a # prefix from ctrl-b to ctrl-a
unbind C-b # free ctrl-b to be used by programs inside tmux
unbind [
bind Escape copy-mode
unbind p
bind p paste-buffer
bind-key -t vi-copy 'v' begin-selection
bind-key -t vi-copy 'y' copy-selection