Compare commits

..
2 Commits
+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