Skip to content

Commit 0f3b2c2

Browse files
committed
fix: change tmux key bindings
Signed-off-by: David Calvert <[email protected]>
1 parent 708b149 commit 0f3b2c2

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
@@ -29,8 +29,8 @@ setenv -g SSH_AUTH_SOCK $HOME/.ssh/ssh_auth_sock
2929
bind r source-file ~/.tmux.conf \; display " TMUX Configuration Reloaded!"
3030

3131
# Nav keys
32-
bind-key -n C-Left previous-window
33-
bind-key -n C-Right next-window
32+
bind-key -n S-Left previous-window
33+
bind-key -n S-Right next-window
3434

3535
# Split window
3636
bind-key | split-window -h

0 commit comments

Comments
 (0)