diff --git a/vim/vimrc b/vim/vimrc index 92b2ac0..267d848 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -92,7 +92,6 @@ nnoremap l map , (easymotion-prefix) nnoremap ! :! "nnoremap ; m"A;`" -nnoremap J Jx vnoremap < >gv nnoremap @@ -107,10 +106,6 @@ nnoremap " yypv$r" "inoremap ;; A;o "nnoremap ;; m"A;`" "nnoremap ;; A;o -inoremap -inoremap -inoremap -inoremap nnoremap Y y$ nnoremap w nnoremap W @@ -351,6 +346,8 @@ Plug 'https://github.com/xolox/vim-misc' "Misc (required for easytags) | https://github.com/xolox/vim-misc Plug 'https://github.com/lervag/vimtex' " | https://github.com/lervag/vimtex +Plug 'https://github.com/habamax/vim-skipit' + " | https://github.com/habamax/vim-skipit call plug#end() filetype plugin indent on if exists("+undofile")