Added vim esc to tmux.conf

This commit is contained in:
Fergal Moran
2017-05-08 19:29:29 +01:00
parent e49511b681
commit 2b80f38cc3

View File

@@ -5,7 +5,7 @@ set -g prefix C-a
unbind C-b
setw -g mode-keys vi
set -sg escape-time 0
######################
### DESIGN CHANGES ###