From c3ccee84e5c89635ad1ee02739e75d6614faa579 Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 3 Mar 2016 21:00:21 -0800 Subject: [PATCH] Updates --- .vim/keymaps.vim | 18 ++++++++++-------- .vim/plugins.vim | 1 - 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.vim/keymaps.vim b/.vim/keymaps.vim index 0617583..75dadb8 100644 --- a/.vim/keymaps.vim +++ b/.vim/keymaps.vim @@ -1,15 +1,17 @@ let mapleader = ',' " core -nnoremap :bd +nnoremap :bd! +nnoremap - +nnoremap + +nnoremap :b# +nnoremap w :w nnoremap :nohlsearch nnoremap n :set relativenumber! -nnoremap Q -nnoremap j gj -nnoremap k gk -nnoremap + -nnoremap - -inoremap +nnoremap Q +nnoremap j gj +nnoremap k gk +noremap " vim-argwrap nnoremap a :ArgWrap @@ -18,8 +20,8 @@ nnoremap a :ArgWrap nnoremap :BufOnly " vim-easy-align -vmap (EasyAlign) nmap ga (EasyAlign) +vmap (EasyAlign) " vim-go auto FileType go nmap b (go-build) diff --git a/.vim/plugins.vim b/.vim/plugins.vim index 3aae060..1fa2f83 100644 --- a/.vim/plugins.vim +++ b/.vim/plugins.vim @@ -2,7 +2,6 @@ call plug#begin('~/.vim/plugged') Plug 'https://github.com/Chun-Yang/vim-action-ag.git' Plug 'https://github.com/FooSoft/vim-argwrap.git' -Plug 'https://github.com/Lokaltog/vim-easymotion.git' Plug 'https://github.com/airblade/vim-gitgutter.git' Plug 'https://github.com/antoyo/vim-licenses.git' Plug 'https://github.com/b4winckler/vim-angry.git'