added better window navigation to tmux

This commit is contained in:
2026-07-31 12:26:45 +02:00
parent 95fa47ad09
commit e33aef7b9c
+5
View File
@@ -16,6 +16,11 @@
# split bindings: prefix+h = horizontal split (top/bottom) # split bindings: prefix+h = horizontal split (top/bottom)
bind h split-window -v bind h split-window -v
# window navigation
bind -n M-n next-window
bind -n M-p previous-window
bind -n M-Tab last-window
# hide the status bar # hide the status bar
set -g status off set -g status off