Skip to content

Commit 0869d5d

Browse files
committed
samoshkin#5 | Use tmux default prefix key of C-b instead of C-a, because C-a is used to beginning of terminal command.
1 parent 779a2e1 commit 0869d5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmux/tmux.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ setw -g automatic-rename off
1414
setw -g aggressive-resize on
1515

1616
# Change prefix key to C-a, easier to type, same to "screen"
17-
unbind C-b
18-
set -g prefix C-a
17+
# unbind C-b
18+
# set -g prefix C-a
1919

2020
# Set parent terminal title to reflect current window in tmux session
2121
set -g set-titles on

0 commit comments

Comments
 (0)