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

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>