Created tools dir for simple scripts

This commit is contained in:
Jon Dossey
2018-06-21 12:30:32 -05:00
parent b76e125cd4
commit 164ab9f4d8
13 changed files with 17 additions and 16 deletions

Submodule vim/.vim/bundle/Vundle.vim updated: 9a38216a1c...6437ad6df4

Submodule vim/.vim/bundle/calendar.vim updated: 1aee272cc3...6d6be26b2a

Submodule vim/.vim/bundle/jedi-vim updated: 48af2afd3e...77924398bd

Submodule vim/.vim/bundle/lightline.vim updated: 78c43c1446...555f202e33

Submodule vim/.vim/bundle/nerdtree updated: a0e49c9b11...97433edd43

Submodule vim/.vim/bundle/syntastic updated: 2c02edd174...206b616c8e

Submodule vim/.vim/bundle/targets.vim updated: c1732189c9...c3042dc18a

Submodule vim/.vim/bundle/vim-airline updated: e9a7a12d9e...396cc92261

Submodule vim/.vim/bundle/vim-airline-themes updated: 08c76e4cd0...26f67b9265

Submodule vim/.vim/bundle/vim-fugitive updated: 409b098c93...7c9b87a3c3

View File

@@ -60,7 +60,7 @@ nnoremap <CR> o<Esc>
" use jk to escape insert mode - using easyescape plugin
let g:easyescape_chars = { "j": 1, "k": 1 }
let g:easyescape_timeout = 100
"let g:easyescape_timeout = 100
cnoremap jk <ESC>
cnoremap kj <ESC>