~now using find-tag instead of list-tag

It's fast due to the fact it actually filters results beforehand,
otherwise having the same capabilities as list-tag but without the giant
loading issues
This commit is contained in:
oreodave
2019-08-25 22:02:15 +01:00
parent 022b0b350e
commit e62e97a095

View File

@@ -48,7 +48,7 @@ I like monokai :)
:desc "Ag!" "a" '+ivy/ag
:desc "FZF!" "f" 'counsel-fzf
:desc "RipGrep!" "r" 'counsel-rg
:desc "Search Tags" "t" 'counsel-etags-list-tag
:desc "Search Tags" "t" 'counsel-etags-find-tag
: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