diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-10-16 13:20:43 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-10-16 13:20:43 +0100 |
commit | 56e27544b646f93db647bfe243d56666cfca22ab (patch) | |
tree | 17977539d4726d96c96a13467aadd325dffb9bc1 | |
parent | 57aaddb476863316f708996b11bb91b4320f2d65 (diff) | |
download | dotfiles-56e27544b646f93db647bfe243d56666cfca22ab.tar.gz dotfiles-56e27544b646f93db647bfe243d56666cfca22ab.tar.bz2 dotfiles-56e27544b646f93db647bfe243d56666cfca22ab.zip |
~prefix for frames m -> F (F for frames)
f is already bound to "find" for items, thus capital F. I don't use the
frame commands often enough to bind them to something as important as
<SPC>m, thus F is the best.
-rw-r--r-- | doom.d/config.org | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 6c6db73..1a8206c 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -198,8 +198,7 @@ Download JSON easily and be able to get responses quickly. #+BEGIN_SRC emacs-lisp (map! :leader - ; TODO think of a new prefix or leave and justfiy this one - :prefix ("m" . "Frame") ; Literally the first free prefix I could think of + :prefix ("F" . "Frame") ; Literally the first free prefix I could think of :desc "Kill frame" "d" 'delete-frame :desc "Make current buffer frame" "m" 'make-frame :desc "Choose buffer to make frame" "n" 'display-buffer-other-frame |