Merge development

This commit is contained in:
Sonny Bakker 2020-08-13 22:14:25 +02:00
parent b8ed14cf46
commit b8f89f17ac
19 changed files with 107 additions and 376 deletions

View file

@ -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