Skip to content

Commit 30b5b05

Browse files
committed
feat(tmux): change key bindings.
1 parent 541b516 commit 30b5b05

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

module/tmux/tmux.conf

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
###############################################################################
44

55
# Prefix
6-
set -g prefix C-a
7-
unbind C-b
8-
bind-key C-a send-prefix
6+
set -g prefix c-a
7+
unbind c-b
8+
bind-key c-a send-prefix
99

1010
# Detach
1111
unbind d
12-
bind z detach-client
12+
bind c-d detach-client
1313

1414
# Split
1515
unbind %
@@ -18,10 +18,10 @@ unbind '"'
1818
bind D split-window -v
1919

2020
# Resize pane
21-
bind -r C-h resize-pane -L 5
22-
bind -r C-j resize-pane -D 5
23-
bind -r C-k resize-pane -U 5
24-
bind -r C-l resize-pane -R 5
21+
bind -r c-h resize-pane -L 5
22+
bind -r c-j resize-pane -D 5
23+
bind -r c-k resize-pane -U 5
24+
bind -r c-l resize-pane -R 5
2525

2626
# Vim mode
2727
# ↳ Visual mode

0 commit comments

Comments
 (0)