set tmux escape time to 0

This commit is contained in:
Simo-Pekka Kerkelä 2016-11-08 16:42:08 +02:00
parent 914fe60103
commit 2faeaeb792

View file

@ -1,5 +1,6 @@
# Remap prefix to ctrl + a
set -g prefix C-a
set -s escape-time 0
unbind C-b
bind C-a send-prefix
set -sg escape-time 0