Skip to content

Commit

Permalink
add tags search
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-plated committed Sep 18, 2017
1 parent e794c78 commit 909146c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if count(g:vimified_packages, 'general')
let $FZF_DEFAULT_OPTS= '--color dark,hl:33,hl+:37,fg+:235,bg+:136,fg+:254,info:254,prompt:37,spinner:108,pointer:235,marker:235'
nnoremap <C-p> :FZF<CR>
nnoremap <silent> <leader>f :FZF<CR>
nnoremap <silent> <leader>] :Tags <c-r>=expand("<cword>")<cr><CR>
Plugin 'junegunn/fzf.vim'
let g:fzf_layout = {'down': '40%'}
Expand Down

0 comments on commit 909146c

Please sign in to comment.