Skip to content

Commit 63196f6

Browse files
author
Santiago Rodriguez
committed
feat: change CTRL+b to use fzf
That allow us to fuzzy search for files in the buffer and preview its content.
1 parent dd5edad commit 63196f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

after/plugin/user_customizations.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
nmap <C-\> :Rg! <C-R><C-W><CR>
33
nmap <C-/> :RG!<space><CR>
44
nmap <C-p> :Files<CR>
5+
nmap <C-b> :Buffer<CR>
56
67
" source user customizations if defined
78
if filereadable(expand("~/.vimrc.after"))

0 commit comments

Comments
 (0)