nixcfg/modules/nixos/cli-apps/tmux/config/tilish.tmux
2024-01-11 10:31:04 +00:00

13 lines
271 B
Bash

# 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