13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
|
# Integrate Tmux and Neovim movement.
|
||
|
set -g @tilish-navigator "on"
|
||
|
|
||
|
# Default to splitting once vertically and then splitting horizontally
|
||
|
# after that.
|
||
|
select-layout "main-vertical"
|
||
|
select-layout -E
|
||
|
set -g @tilish-default "main-vertical"
|
||
|
|
||
|
|
||
|
bind-key -n "M-q" kill-pane
|
||
|
|