Przeglądaj źródła

removed vi keybindings as they interfere with typing, changed prefix to C-a

Josh Bicking 7 lat temu
rodzic
commit
264c99ee38
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      tmux.conf

+ 6 - 0
tmux.conf

@@ -1,3 +1,9 @@
+# remap prefix to Control + a
+set -g prefix C-a
+# bind 'C-a C-a' to type 'C-a'
+bind C-a send-prefix
+unbind C-b
+
 # Use Ctrl-Left and Ctrl-Right to move between words
 set-window-option -g xterm-keys on