tmux: honor neovim's suggestions

main
Motiejus Jakštys 2024-04-10 10:13:23 +03:00 committed by Motiejus Jakštys
parent 3c25699d86
commit f8032d5296
1 changed files with 4 additions and 0 deletions

View File

@ -196,6 +196,10 @@ in {
bind c new-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"
# neovim :checkhealth
set-option -sg escape-time 10
set-option -g default-terminal "screen-256color"
'';
};
}