undo jl mapping
This commit is contained in:
parent
24145032e1
commit
3aa42b3203
|
@ -8,7 +8,6 @@ nnoremap <silent> <space>rc :so $MYVIMRC<CR>
|
||||||
nnoremap <silent> <space>nn :set invrelativenumber<CR>
|
nnoremap <silent> <space>nn :set invrelativenumber<CR>
|
||||||
nnoremap <silent><expr> <space>nh (&hls && v:hlsearch ? ':nohls' : ':set hls')."\n"
|
nnoremap <silent><expr> <space>nh (&hls && v:hlsearch ? ':nohls' : ':set hls')."\n"
|
||||||
inoremap jk <esc>
|
inoremap jk <esc>
|
||||||
inoremap jl <Right>
|
|
||||||
nnoremap <silent> A :call CheckLineEnding()<CR>
|
nnoremap <silent> A :call CheckLineEnding()<CR>
|
||||||
nnoremap <space>co :!clear;
|
nnoremap <space>co :!clear;
|
||||||
" Focus on current fold, close the rest
|
" Focus on current fold, close the rest
|
||||||
|
|
Loading…
Reference in New Issue