map jl to right in insert mode
This commit is contained in:
parent
b46b82ea68
commit
24145032e1
|
@ -8,6 +8,7 @@ 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 jl <Right>
|
||||
nnoremap <silent> A :call CheckLineEnding()<CR>
|
||||
nnoremap <space>co :!clear;
|
||||
" Focus on current fold, close the rest
|
||||
|
|
Loading…
Reference in New Issue