This commit is contained in:
Henrik Bakken
2021-03-13 14:38:31 +01:00
parent 7865c357ef
commit b8c8d32895
8 changed files with 143 additions and 33 deletions
+2 -2
View File
@@ -95,8 +95,8 @@ bind -n M-o resize-pane -Z
# split panes using | and -, make sure they open in the same path
bind v split-window -h -c "#{pane_current_path}"
bind s split-window -v -c "#{pane_current_path}"
bind § split-window -fh -c "#{pane_current_path}"
bind _ split-window -fv -c "#{pane_current_path}"
bind V split-window -fh -c "#{pane_current_path}"
bind S split-window -fv -c "#{pane_current_path}"
# Change layouts
bind o rotate-window