diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-25 22:02:15 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-25 22:02:15 +0100 |
commit | e62e97a0954ecea3a767710e98c912fa10aa12f2 (patch) | |
tree | 670ce4a427cc4522428d67f64f5134ebf04d1e2b | |
parent | 022b0b350edd6551917f5262eddd59d4f1e68a63 (diff) | |
download | dotfiles-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
-rw-r--r-- | doom.d/config.org | 2 |
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 |