We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f4228f commit 9ba6661Copy full SHA for 9ba6661
tmux.conf
@@ -15,8 +15,6 @@ bind-key -n C-h if-shell "$is_vim" "send-keys C-h" "select-pane -L"
15
bind-key -n C-j if-shell "$is_vim" "send-keys C-j" "select-pane -D"
16
bind-key -n C-k if-shell "$is_vim" "send-keys C-k" "select-pane -U"
17
bind-key -n C-l if-shell "$is_vim" "send-keys C-l" "select-pane -R"
18
-# user ctrl+alt+l to clear shell content
19
-bind-key -n C-A-l clear
20
21
# bind h select-pane -L
22
# bind j select-pane -D
0 commit comments