Skip to content

Commit 0cd67ab

Browse files
author
mdouchement
committed
Use C-a for prefix all tmux actions
1 parent d696d7e commit 0cd67ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tmux.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ unbind C-b
66

77
# Set a new keybinding to C-/. In terminals C-/ is the same as C-_
88
# however in tmux we can't bind to C-/
9-
set -g prefix C-w
9+
set -g prefix C-a
1010

1111
set -g status-bg blue
12-
set -g status-fg white
12+
set -g status-fg white

0 commit comments

Comments
 (0)