This commit is contained in:
Lee Tang
2023-08-14 13:41:40 +08:00
parent d75a005939
commit fc5cd48f3e

View File

@@ -47,6 +47,10 @@ bind-key , previous-window # <
bind-key . next-window # > bind-key . next-window # >
bind-key < swap-window -t :- bind-key < swap-window -t :-
bind-key > swap-window -t :+ bind-key > swap-window -t :+
# clear screen
bind-key C-k send-keys -R \; clear-history
# move cursor between windows # move cursor between windows
bind -r C-h select-window -t :- bind -r C-h select-window -t :-
bind -r C-l select-window -t :+ bind -r C-l select-window -t :+