From e62e97a0954ecea3a767710e98c912fa10aa12f2 Mon Sep 17 00:00:00 2001 From: oreodave Date: Sun, 25 Aug 2019 22:02:15 +0100 Subject: ~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 --- doom.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doom.d/config.org') diff --git a/doom.d/config.org b/doom.d/config.org index aa950d5..884d3c1 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -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 / in comparison to s: it's closer together (thus quicker, I do searches a lot so this is noticeable) and makes more sense -- cgit v1.2.3-13-gbd6f