فهرست منبع

Rebind tmux prefix to screen prefix

Andrew Swistak 11 سال پیش
والد
کامیت
e8c932a91d
1فایلهای تغییر یافته به همراه8 افزوده شده و 0 حذف شده
  1. 8 0
      tmux.conf

+ 8 - 0
tmux.conf

@@ -1,4 +1,12 @@
+# Rebind prefix to C-a
+unbind C-b
+set -g prefix C-a
+bind C-a send-prefix
+
+# Remove excess delay when hitting escape
 set -sg escape-time 0
+
+# Bar coloring and position
 set -g status-bg black
 set -g status-fg green
 set-option -g status-position top