diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-24 12:48:31 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-24 12:48:31 +0100 |
commit | 065dc69810bf897f81322ec23b6321b325535099 (patch) | |
tree | f570778ce38ceef9207b0f881afa8e34e5294b3b /doom.d/config.org | |
parent | f3bd27ec9dc8ef41e36b61583bb8568e26af0802 (diff) | |
download | dotfiles-065dc69810bf897f81322ec23b6321b325535099.tar.gz dotfiles-065dc69810bf897f81322ec23b6321b325535099.tar.bz2 dotfiles-065dc69810bf897f81322ec23b6321b325535099.zip |
+Description for search keybinds
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 546fb92..dafc273 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -47,7 +47,13 @@ I like monokai :) :desc "Ag!" "a" '+ivy/ag :desc "Search buffer" "/" 'swiper ) +#+END_SRC +- 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 +- Ag is actually insanely useful, especially at a quick keybind +- <SPC>// is quicker to do than <SPC>/b, for something that is done so often +#+BEGIN_SRC emacs-lisp (:prefix "w" ; Windows :desc "Close window" "d" '+workspace/close-window-or-workspace :desc "Switch window" "W" 'ace-window |