+binding for buffer specific tags like vscode

+<SPB>/b for listing tags in current buffer
This commit is contained in:
oreodave
2019-09-26 08:53:16 +01:00
parent 9185ab93ea
commit 529bce65f6

View File

@@ -46,6 +46,7 @@ become my C one soon!
:desc "RipGrep!" "r" 'counsel-rg :desc "RipGrep!" "r" 'counsel-rg
:desc "Search Tags" "t" 'counsel-etags-find-tag :desc "Search Tags" "t" 'counsel-etags-find-tag
:desc "List Tags" "T" 'counsel-etags-list-tag :desc "List Tags" "T" 'counsel-etags-list-tag
:desc "Buffer Tags" "s" 'counsel-imenu
:desc "Search buffer" "/" 'swiper :desc "Search buffer" "/" 'swiper
) )
; I like using <SPC>/ in comparison to <SPC>s: it's closer together (thus quicker, I do searches a lot so this is noticeable) and makes more sense ; I like using <SPC>/ in comparison to <SPC>s: it's closer together (thus quicker, I do searches a lot so this is noticeable) and makes more sense