map jl to right in insert mode

This commit is contained in:
ManjaroOne666 2018-05-13 15:36:23 +01:00
parent b46b82ea68
commit 24145032e1
1 changed files with 1 additions and 0 deletions

View File

@ -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