فهرست منبع

instant escape key in tmux

Josh Bicking 8 سال پیش
والد
کامیت
15a23b688c
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      tmux.conf

+ 3 - 0
tmux.conf

@@ -4,3 +4,6 @@ set-window-option -g xterm-keys on
 # Use Home and End keys
 bind -n End send-key C-e
 bind -n Home send-key C-a
+
+# instantly use esc key
+set -s escape-time 0