Vim changes

This commit is contained in:
Austen Adler 2015-09-24 03:40:37 +00:00
parent 2addc9f3c7
commit 0c147d6604

View File

@ -92,7 +92,6 @@ nnoremap <C-l> <C-w>l
map , <Plug>(easymotion-prefix)
nnoremap ! :!
"nnoremap ; m"A;<Esc>`"
nnoremap J Jx
vnoremap < <gv
vnoremap > >gv
nnoremap <F1> <nop>
@ -107,10 +106,6 @@ nnoremap <Leader>" yypv$r"
"inoremap ;;<Space> <Esc>A;<Esc>o
"nnoremap ;; m"A;<Esc>`"
"nnoremap ;;<Space> A;<Esc>o
inoremap <C-l> <Right>
inoremap <C-h> <Left>
inoremap <C-k> <Up>
inoremap <C-j> <Down>
nnoremap Y y$
nnoremap <Up> <C-w>w
nnoremap <Down> <C-w>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")