added better window navigation to tmux
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user