mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Make it a clean 10x
This commit is contained in:
@@ -49,10 +49,10 @@ bind Up select-pane -U
|
||||
bind Right select-pane -R
|
||||
|
||||
# Pane resizing
|
||||
bind -r S-Left resize-pane -L 5
|
||||
bind -r S-Down resize-pane -D 5
|
||||
bind -r S-Up resize-pane -U 5
|
||||
bind -r S-Right resize-pane -R 5
|
||||
bind -r S-Left resize-pane -L 10
|
||||
bind -r S-Down resize-pane -D 10
|
||||
bind -r S-Up resize-pane -U 10
|
||||
bind -r S-Right resize-pane -R 10
|
||||
|
||||
# New windows in same directory
|
||||
bind c new-window -c "#{pane_current_path}"
|
||||
|
||||
Reference in New Issue
Block a user