fix escape delay in tmux conf

This commit is contained in:
Simo-Pekka Kerkelä 2016-11-13 13:59:48 +02:00
parent 4a81969bd8
commit 914fe60103

View file

@ -2,6 +2,7 @@
set -g prefix C-a
unbind C-b
bind C-a send-prefix
set -sg escape-time 0
unbind r
bind r source-file ~/.tmux.conf