removed jk mapping

This commit is contained in:
ManjaroOne666 2018-05-20 20:45:10 +01:00
parent 1075851711
commit 7533cb19ab
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ nnoremap : :setlocal norelativenumber<CR>:
nnoremap <silent> <space>rc :so $MYVIMRC<CR>
nnoremap <silent> <space>nn :set invrelativenumber<CR>
nnoremap <silent><expr> <space>nh (&hls && v:hlsearch ? ':nohls' : ':set hls')."\n"
inoremap jk <esc>
" inoremap jk <esc>
nnoremap <silent> A :call CheckLineEnding()<CR>
nnoremap <space>co :!clear;
" Focus on current fold, close the rest