~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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user