Skip to content

Commit 7d75f67

Browse files
author
Santiago Rodriguez
committed
feat: support CTRL+/ for quickly searching through content of files
1 parent 6bbb2f4 commit 7d75f67

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
@@ -1,5 +1,6 @@
11
"fzf.vim configs
22
nmap <C-\> :Rg! <C-R><C-W><CR>
3+
nmap <C-/> :RG!<space><CR>
34
45
" source user customizations if defined
56
if filereadable(expand("~/.vimrc.after"))

0 commit comments

Comments
 (0)