This commit is contained in:
Sebastian Bugge 2024-01-22 14:54:35 +01:00
parent 89281837c6
commit dc778d0191

View file

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