lsplines fix

This commit is contained in:
Christian Nieves
2023-11-05 22:11:41 -06:00
parent 9ddc25c39d
commit 6157a013dc
9 changed files with 78 additions and 87 deletions

View File

@ -30,11 +30,6 @@ nnoremap K :tabnext<CR>
nnoremap tt :tabedit<Space>
nnoremap td :tabclose<CR>
" Shift-U and D for document navigation(page up, page down)
nnoremap <S-U> <C-U>
map <S-D> <nop>
nnoremap <S-D> <C-D>
" Line swapping. I don't really use this that often
nnoremap [e :<c-u>execute 'move -1-'. v:count1<cr>
nnoremap ]e :<c-u>execute 'move +'. v:count1<cr>