Minor changes

This commit is contained in:
2018-10-22 19:14:46 -04:00
parent 708a9f6e9a
commit 758f449e6a
2 changed files with 3 additions and 0 deletions

View File

@@ -86,3 +86,5 @@ bind-key -T root WheelDownPane if-shell -F -t = "#{alternate_on}" "send-keys -M"
# with tmux 2.1. This is backwards-compatible with earlier versions of tmux,
# AFAICT.
set-option -g assume-paste-time 0
# prevent escape delay for vim
set -sg escape-time 0

View File

@@ -1,5 +1,6 @@
Plug 'airblade/vim-gitgutter'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'fatih/vim-go'
Plug 'flazz/vim-colorschemes'
Plug 'majutsushi/tagbar'
Plug 'nestorsalceda/vim-strip-trailing-whitespaces'