Commit 91d536fb authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

tmux config ctrl+alt+h/l switch to prev/next windows.

parent 8a09937c
...@@ -21,8 +21,8 @@ bind -n M-k select-pane -U ...@@ -21,8 +21,8 @@ bind -n M-k select-pane -U
bind -n M-j select-pane -D bind -n M-j select-pane -D
# Shift arrow to switch windows # Shift arrow to switch windows
bind -n C-Left previous-window bind -n C-M-h previous-window
bind -n C-Right next-window bind -n C-M-l next-window
# No delay for escape key press # No delay for escape key press
set -sg escape-time 0 set -sg escape-time 0
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment