We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708b149 commit 0f3b2c2Copy full SHA for 0f3b2c2
.tmux.conf
@@ -29,8 +29,8 @@ setenv -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
29
bind r source-file ~/.tmux.conf \; display " TMUX Configuration Reloaded!"
30
31
# Nav keys
32
-bind-key -n C-Left previous-window
33
-bind-key -n C-Right next-window
+bind-key -n S-Left previous-window
+bind-key -n S-Right next-window
34
35
# Split window
36
bind-key | split-window -h
0 commit comments