Merge development
This commit is contained in:
parent
b8ed14cf46
commit
b8f89f17ac
19 changed files with 107 additions and 376 deletions
|
|
@ -6,6 +6,9 @@ set -ga terminal-overrides ",tmux-256color:Tc"
|
|||
|
||||
set -g default-shell /bin/bash
|
||||
|
||||
# see https://github.com/neovim/neovim/issues/2035
|
||||
set -sg escape-time 10 # in milliseconds
|
||||
|
||||
# split panes using | and -
|
||||
bind | split-window -h
|
||||
bind - split-window -v
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue