undo jl mapping

This commit is contained in:
ManjaroOne666 2018-05-13 15:38:20 +01:00
parent 24145032e1
commit 3aa42b3203
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ 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