mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Rely on alt-arrow doing 5s, then shift-arrow does 1s
This commit is contained in:
@@ -50,10 +50,10 @@ bind -T copy-mode-vi v send -X begin-selection
|
||||
bind -T copy-mode-vi y send -X copy-selection-and-cancel
|
||||
|
||||
# Pane resizing
|
||||
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
|
||||
bind -r S-Left resize-pane -L 1
|
||||
bind -r S-Down resize-pane -D 1
|
||||
bind -r S-Up resize-pane -U 1
|
||||
bind -r S-Right resize-pane -R 1
|
||||
|
||||
# Saner splits that open in the same directory
|
||||
bind | split-window -h -c "#{pane_current_path}"
|
||||
|
||||
Reference in New Issue
Block a user