diff options
Diffstat (limited to '.vimrc')
-rw-r--r-- | .vimrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -393,11 +393,15 @@ let g:ctrlp_custom_ignore = { "}}} "FZF {{{ let g:fzf_preview_window='right:60%' +let g:fzf_history_dir = '~/.local/share/fzf-history' + +set grepprg=rg\ --vimgrep\ --smart-case\ --hidden\ --follow + nnoremap <leader>. :FZF<cr> nnoremap <leader>r :History<cr> nnoremap <leader>w :FZF ~/writing/conde/wired/<cr> nnoremap <leader>a :FZF app/<cr> -nnoremap <leader>l :FZF ~/writing/luxagraf/<cr> +nnoremap <leader>l :Rg<cr> nnoremap <leader>g :BLines<cr> "}}} " FZF Notational Velocity plugin {{{ |