nixcfg/modules/nixos/cli-apps/tmux/config/tilish.tmux

13 lines
271 B
Plaintext
Raw Normal View History

2024-01-11 11:26:46 +01:00
# 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