removed jk mapping
This commit is contained in:
parent
1075851711
commit
7533cb19ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue