diff --git a/.vimrc b/.vimrc index 29921b8..6f41f50 100644 --- a/.vimrc +++ b/.vimrc @@ -132,7 +132,7 @@ Plug 'sjbach/lusty' Plug 'mhinz/vim-signify' Plug 'vim-airline/vim-airline' Plug 'vim-airline/vim-airline-themes' -Plug 'junegunn/fzf' +Plug 'junegunn/fzf', { 'do': { -> fzf#install() } } Plug 'junegunn/fzf.vim' Plug 'bling/vim-bufferline' Plug 'majutsushi/tagbar' @@ -813,14 +813,13 @@ call denite#custom#var('grep', { nnoremap g :Denite -buffer-name=search-buffer grep nnoremap aa :RipGrep! "nnoremap :Files! `git rev-parse --show-toplevel` -nnoremap :GFiles -nnoremap :Buffers +nnoremap :GFiles " For C++ -- A is a great plugin which allows you to jump from the c file to the " header and vice-versa. Mneumonic here is headerheader. nnoremap hh :A " CommandT is useful, but if I'm juggling lots of buffers, limit it to another " one I have open (instead of standard t). -nnoremap o :CtrlPBuffer +nnoremap o :Buffers "nnoremap j "nnoremap p :PTW nnoremap p :LustyJugglePrevious