add nvim suggestions

This commit is contained in:
Sebastian Bugge 2023-04-29 14:06:32 +02:00
parent b16b3994ed
commit d9985ddeb3
No known key found for this signature in database
GPG key ID: 49D435DEDD6B2829

View file

@ -3,6 +3,11 @@ unbind C-b
set-option -g prefix C-a set-option -g prefix C-a
bind-key C-a send-prefix bind-key C-a send-prefix
# Suggestions from nvim:
set-option -sg escape-time 10
set-option -g focus-event on
set-option -sa terminal-overrides ',screen-256color:RGB'
# split panes using | and - # split panes using | and -
bind | split-window -h bind | split-window -h
bind - split-window -v bind - split-window -v