From 0c147d66048d4ab7df3d78b5f751bad40f62b830 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Thu, 24 Sep 2015 03:40:37 +0000 Subject: [PATCH] Vim changes --- vim/vimrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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")