1
0
Fork 0

disabled esc sequences in tmux because I haz alt

This commit is contained in:
Von Random 2015-01-22 12:55:10 +03:00
parent df1927e497
commit 191302ea7b

View file

@ -24,6 +24,7 @@ bind -n M-` last-window
bind -n S-Pageup copy-mode -u bind -n S-Pageup copy-mode -u
setw -g mode-keys vi setw -g mode-keys vi
set -g base-index 1 set -g base-index 1
set -g escape-time 0
set -g history-limit 10000 set -g history-limit 10000
set -g set-titles off set -g set-titles off
set -g set-titles-string "#T" set -g set-titles-string "#T"