Skip to content

Commit 35465d6

Browse files
.tmux.conf: Use Ctrl+A as the prefix key
1 parent bb6c76e commit 35465d6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.tmux.conf

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
# Use Ctrl+A as the prefix key
2+
set -g prefix C-a
3+
unbind C-b
4+
bind C-a send-prefix
5+
16
# Use Vim shortcuts
27
setw -g mode-keys vi
38

4-
# Make `Ctrl+B R` reload the config file
9+
# Make `Ctrl+A R` reload the config file
510
unbind r
611
bind r source-file ~/.tmux.conf

0 commit comments

Comments
 (0)