aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/grep.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-13 22:20:44 +0800
committerGuangxiong Lin <[email protected]>2022-04-13 22:20:44 +0800
commit2ba3fc5be67f00aa43aac025866a0cf953f4b124 (patch)
treeefc96ce63562baf07cb0cff42f065f252b3034db /.vim/after/plugin/grep.vim
parent10a79ab1be6dcf4c68cbf137ad8292aac6c4bffb (diff)
downloaddotfiles-2ba3fc5be67f00aa43aac025866a0cf953f4b124.tar.gz
dotfiles-2ba3fc5be67f00aa43aac025866a0cf953f4b124.tar.bz2
dotfiles-2ba3fc5be67f00aa43aac025866a0cf953f4b124.zip
Implement my grep and find (vim)
Diffstat (limited to '.vim/after/plugin/grep.vim')
-rw-r--r--.vim/after/plugin/grep.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/after/plugin/grep.vim b/.vim/after/plugin/grep.vim
index 0720e36..3d80ebb 100644
--- a/.vim/after/plugin/grep.vim
+++ b/.vim/after/plugin/grep.vim
@@ -4,3 +4,4 @@ if executable('rg')
endif
nnoremap <leader><leader>g :grep! <c-r>=expand('<cword>')<cr><cr>
+nnoremap <leader>fr :grep!<space>