Небольшой баг

This commit is contained in:
Дмитрий Рамазанов 2020-03-05 19:05:41 +05:00
parent 03eb8c2e93
commit 9fcc978a55

View File

@ -89,7 +89,7 @@ bind L command-prompt -p "Link window from (session:window): " "link-window -s %
# Swap panes back and forth with 1st pane
# When in main-(horizontal|vertical) layouts, the biggest/widest panel is always @1
bind \ if '[ #{pane_index} -eq 1 ]' \
bind \\ if '[ #{pane_index} -eq 1 ]' \
'swap-pane -s "!"' \
'select-pane -t:.1 ; swap-pane -d -t 1 -s "!"'