From 987cf5b21786899656ab22e19dd32b4b2dcb501b Mon Sep 17 00:00:00 2001 From: oreodave Date: Mon, 5 Aug 2019 02:09:36 +0100 Subject: +Keybind for searching via ripgrep (/r) --- vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc b/vimrc index d4f3917..8a56d3d 100755 --- a/vimrc +++ b/vimrc @@ -145,6 +145,7 @@ nnoremap h "" Searches nnoremap // :BLines nnoremap /a :Ag +nnoremap /r :Rg nnoremap /t :BTags nnoremap ff :Files -- cgit v1.2.3-13-gbd6f