add nvim suggestions
This commit is contained in:
parent
b16b3994ed
commit
d9985ddeb3
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue