diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-11-25 16:50:29 +0000 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-11-25 16:50:29 +0000 |
commit | c3b3cf97f4c555196cfca4213281f09ee843a394 (patch) | |
tree | da57e04664048f6817120ff5e81ec3c13d084f81 /doom.d/config.org | |
parent | 7f154120fc04ee82f5092c21246b9601e4057205 (diff) | |
download | dotfiles-c3b3cf97f4c555196cfca4213281f09ee843a394.tar.gz dotfiles-c3b3cf97f4c555196cfca4213281f09ee843a394.tar.bz2 dotfiles-c3b3cf97f4c555196cfca4213281f09ee843a394.zip |
-removed ag
Ag is not supported by doom, and I personally use ripgrep a lot more
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 96be27b..33e489e 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -350,7 +350,6 @@ in Doom, so I need this binding :desc "M-x" "<SPC>" 'counsel-M-x ; Redefine as M-x because of my muscle memory with spacemacs :desc "Find file here" "f." 'counsel-find-file ; Sometimes use this instead of <SPC>ff (:prefix ("/" . "search") - :desc "Ag!" "a" '+ivy/ag :desc "FZF!" "f" 'counsel-fzf ; Just in case I need a counsel-ui for a gitignored directory :desc "RipGrep!" "r" 'counsel-rg ; Ripgrep is faster than Ag in most cases and makes me feel cool :desc "Search Tags" "t" 'counsel-etags-find-tag |