diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-25 22:01:17 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-25 22:01:17 +0100 |
commit | 70d0c4ade295b9d2c85a34e62fcdc5ad14c8e57a (patch) | |
tree | ded78c58c706adf4050b1bc89989a5ae7ea7eda2 /doom.d | |
parent | 8eeb6e0ee0f51cc03a4d9399f4405595721dbe6a (diff) | |
download | dotfiles-70d0c4ade295b9d2c85a34e62fcdc5ad14c8e57a.tar.gz dotfiles-70d0c4ade295b9d2c85a34e62fcdc5ad14c8e57a.tar.bz2 dotfiles-70d0c4ade295b9d2c85a34e62fcdc5ad14c8e57a.zip |
+lazy loading to prefixes
Only after loading the 'major' package that the keybind depends on, will
these keybinds be set
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/config.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 6e1f666..9d8ef7a 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -43,6 +43,7 @@ I like monokai :) ; General maps like <SPC>j for indenting because I don't know what else to bind them to ; <SPC>pf => project -> find file (:prefix "/" ; Search + :after counsel :desc "Ag!" "a" '+ivy/ag :desc "FZF!" "f" 'counsel-fzf :desc "RipGrep!" "r" 'counsel-rg @@ -54,6 +55,7 @@ I like monokai :) ; <SPC>// is quicker to do than <SPC>/b, for something that is done so often (:prefix "w" ; Windows + :after ace-window :desc "Close window" "d" '+workspace/close-window-or-workspace :desc "Switch window" "W" 'ace-window :desc "Swap windows" "S" 'ace-swap-window @@ -68,6 +70,7 @@ I like monokai :) ; <SPC>bd is used for the same reasons as above (:prefix "p" + :after projectile :desc "Regen tags" "g" 'projectile-regenerate-tags :desc "Open project files" "f" 'projectile-find-file ) |