File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ unbind "\$" # rename-session
38
38
unbind , # rename-window
39
39
unbind % # split-window -h
40
40
unbind ' "' # split-window
41
- unbind } # swap-pane -D
42
- unbind { # swap-pane -U
41
+ unbind ' } ' # swap-pane -D
42
+ unbind ' { ' # swap-pane -U
43
43
unbind [ # paste-buffer
44
44
unbind ]
45
45
unbind " '" # select-window
@@ -105,7 +105,7 @@ bind L command-prompt -p "Link window from (session:window): " "link-window -s %
105
105
106
106
# Swap panes back and forth with 1st pane
107
107
# When in main-(horizontal|vertical) layouts, the biggest/widest panel is always @1
108
- bind \ if ' [ #{pane_index} -eq 1 ]' \
108
+ bind ' \ ' if ' [ #{pane_index} -eq 1 ]' \
109
109
' swap-pane -s "!"' \
110
110
' select-pane -t:.1 ; swap-pane -d -t 1 -s "!"'
111
111
You can’t perform that action at this time.
0 commit comments