Tmux: added better windowswitching

This commit is contained in:
pr0c3550r 2023-08-02 19:31:00 +02:00
parent df9c393ae7
commit a86f1351b4

View file

@ -28,6 +28,9 @@ bind -r J resize-pane -D 2
bind -r K resize-pane -U 2
bind -r L resize-pane -R 2
bind -r n next-window
bind -r p previous-window
bind X confirm kill-window
bind T confirm kill-session