Skip to content

Commit

Permalink
Fix tmux.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
enriikke committed Dec 16, 2023
1 parent f1f68eb commit dba6244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dots/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ bind -n C-h if-shell "$is_vim" "send-keys C-h" "select-pane -L"
bind -n C-j if-shell "$is_vim" "send-keys C-j" "select-pane -D"
bind -n C-k if-shell "$is_vim" "send-keys C-k" "select-pane -U"
bind -n C-l if-shell "$is_vim" "send-keys C-l" "select-pane -R"
bind -n C-\ if-shell "$is_vim" "send-keys C-\\" "select-pane -l"
bind -n C-\\ if-shell "$is_vim" "send-keys C-\\" "select-pane -l"


################################################################################
Expand Down

0 comments on commit dba6244

Please sign in to comment.