We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541b516 commit 30b5b05Copy full SHA for 30b5b05
module/tmux/tmux.conf
@@ -3,13 +3,13 @@
3
###############################################################################
4
5
# Prefix
6
-set -g prefix C-a
7
-unbind C-b
8
-bind-key C-a send-prefix
+set -g prefix c-a
+unbind c-b
+bind-key c-a send-prefix
9
10
# Detach
11
unbind d
12
-bind z detach-client
+bind c-d detach-client
13
14
# Split
15
unbind %
@@ -18,10 +18,10 @@ unbind '"'
18
bind D split-window -v
19
20
# 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
+bind -r c-h resize-pane -L 5
+bind -r c-j resize-pane -D 5
+bind -r c-k resize-pane -U 5
+bind -r c-l resize-pane -R 5
25
26
# Vim mode
27
# ↳ Visual mode
0 commit comments