summaryrefslogtreecommitdiffstats
path: root/tmux.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-04-19 13:27:38 -0500
committerJesse Luehrs <doy@tozt.net>2012-04-19 13:28:53 -0500
commit913084fafcc5bc52e7e8662da59ba83666acb025 (patch)
tree02200040ab1decf00f954fe7a2b706e78e890a7f /tmux.conf
parentcada51cc9eea77d6e4ca13538ed42ae3a87425fd (diff)
downloadconf-913084fafcc5bc52e7e8662da59ba83666acb025.tar.gz
conf-913084fafcc5bc52e7e8662da59ba83666acb025.zip
how did i last for this long with a half second escape timeout
Diffstat (limited to 'tmux.conf')
-rw-r--r--tmux.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.conf b/tmux.conf
index a11059f..75cc0e6 100644
--- a/tmux.conf
+++ b/tmux.conf
@@ -27,6 +27,9 @@ set -g status-bg blue
set -g status-fg green
set -g message-bg green
+# fast escape
+set -g escape-time 50
+
# keybindings
bind a send-prefix
bind A command-prompt "rename-window %%"