mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Improve navigation ease
This commit is contained in:
@@ -62,6 +62,20 @@ bind - split-window -v -c "#{pane_current_path}"
|
||||
# New windows in same directory
|
||||
bind c new-window -c "#{pane_current_path}"
|
||||
|
||||
# Pane navigation
|
||||
bind -n C-S-Left select-pane -L
|
||||
bind -n C-S-Right select-pane -R
|
||||
bind -n C-S-Up select-pane -U
|
||||
bind -n C-S-Down select-pane -D
|
||||
|
||||
# Window navigation
|
||||
bind -n C-M-Left previous-window
|
||||
bind -n C-M-Right next-window
|
||||
|
||||
# Session navigation
|
||||
bind -n C-M-Up switch-client -p
|
||||
bind -n C-M-Down switch-client -n
|
||||
|
||||
# Sessions
|
||||
bind C new-session
|
||||
bind X kill-session
|
||||
|
||||
Reference in New Issue
Block a user