Skip to content

Commit

Permalink
Map some useful fzf commands
Browse files Browse the repository at this point in the history
  • Loading branch information
changa committed Feb 3, 2022
1 parent d665c86 commit d12953f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion after/plugin/fzf.vim
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ endif
command! -bang -nargs=* Find call fzf#vim#grep('rg --column --line-number --no-heading --fixed-strings --ignore-case --no-ignore --hidden --follow --glob "!.git/*" --color "always" '.shellescape(<q-args>).'| tr -d "\017"', 1, <bang>0)

noremap <C-P> :Files<CR>
noremap <leader> b :Buffers<CR>
noremap <leader>b :Buffers<CR>
noremap <leader>l :Lines<CR>

0 comments on commit d12953f

Please sign in to comment.