aboutsummaryrefslogtreecommitdiff
path: root/doom.d/config.org
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-08-25 22:02:15 +0100
committeroreodave <aryadevchavali1@gmail.com>2019-08-25 22:02:15 +0100
commite62e97a0954ecea3a767710e98c912fa10aa12f2 (patch)
tree670ce4a427cc4522428d67f64f5134ebf04d1e2b /doom.d/config.org
parent022b0b350edd6551917f5262eddd59d4f1e68a63 (diff)
downloaddotfiles-e62e97a0954ecea3a767710e98c912fa10aa12f2.tar.gz
dotfiles-e62e97a0954ecea3a767710e98c912fa10aa12f2.tar.bz2
dotfiles-e62e97a0954ecea3a767710e98c912fa10aa12f2.zip
~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
Diffstat (limited to 'doom.d/config.org')
-rw-r--r--doom.d/config.org2
1 files changed, 1 insertions, 1 deletions
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 <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