diff --git a/vim/vimrc b/vim/vimrc index 8cf76cb..5ec5289 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -9,8 +9,12 @@ call vundle#begin() Plugin 'VundleVim/Vundle.vim' Plugin 'tpope/vim-surround' Plugin 'scrooloose/nerdtree' +" status line Plugin 'vim-airline/vim-airline' Plugin 'vim-airline/vim-airline-themes' +" find files +Plugin 'junegunn/fzf' +Plugin 'junegunn/fzf.vim' call vundle#end() " Turn on syntax highlighting @@ -111,7 +115,7 @@ colorscheme nord let g:NERDTreeWinPos = "right" " Mapping -map :noh +" map :noh noremap - :Ex " Open local-directory browser tnoremap " test " siwtch window @@ -132,10 +136,15 @@ noremap tt :term ++curwin noremap :bn noremap :bp noremap x :bd -noremap b :ls:b +" noremap b :ls:b " save noremap :w map p :set paste map np :set nopaste " nerdtree map e :NERDTreeToggle " Open local-directory browser +" fzf +map ff :Files +map fw :Rg +map b :Buffers +map ct ::Filetypes