소스 검색

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

Josh Bicking 7 년 전
부모
커밋
264c99ee38
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  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