summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 %%"