From 10c0f0a157bf29b1d5a945016fd50e9120194a1a Mon Sep 17 00:00:00 2001 From: AChavali Date: Sat, 15 Feb 2020 23:20:58 +0000 Subject: ~vim bindings / -> s like doom, just use s instead of / --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 4efc625..925345c 100644 --- a/vimrc +++ b/vimrc @@ -98,9 +98,9 @@ nnoremap k nnoremap l nnoremap h "" Searches -nnoremap // :BLines -nnoremap /r :Rg -nnoremap /t :BTags +nnoremap ss :BLines +nnoremap sr :Rg +nnoremap st :BTags nnoremap fF :Files "" Projects -- cgit v1.2.3-13-gbd6f