Skip to content

Commit

Permalink
FZF
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshpande committed Aug 15, 2017
1 parent 665ab80 commit e6aa296
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,5 +5,5 @@
mkdir -p ~/.vim/pack/plugins/start/
cd ~/.vim/pack/plugins/start
git clone git@github.com:ervandew/supertab.git
git clone git@github.com:ctrlpvim/ctrlp.vim.git
git clone git@github.com:junegunn/fzf.vim.git
git clone git@github.com:vim-airline/vim-airline.git
8 changes: 4 additions & 4 deletions vimrc
Expand Up @@ -6,9 +6,11 @@ set backspace=start,indent
set expandtab
set history=1000
set hlsearch
set incsearch
set nobackup
set nocompatible " We don't want vi compatibility.
set noswapfile
set rtp+=/usr/local/opt/fzf
set scrolloff=3
set shiftwidth=2
set smarttab
Expand All @@ -26,7 +28,5 @@ cab W write
cab Wq wq
nmap <expr> <Leader>e ':e ' . expand('%:p:h')
" CtrlP
nnoremap <Leader>f :CtrlPMRUFiles<CR>
let g:ctrlp_working_path_mode = 'ra'

" FZF
nnoremap <Leader>f :History<CR>

0 comments on commit e6aa296

Please sign in to comment.