From 0d1f106252f60e1bd73077d863e631450abc8cf3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 25 Sep 2017 03:02:43 +0200 Subject: [PATCH] Update personal bindings with new commands --- modules/private/hlissner/+bindings.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/private/hlissner/+bindings.el b/modules/private/hlissner/+bindings.el index f030132dc..5821c6d5e 100644 --- a/modules/private/hlissner/+bindings.el +++ b/modules/private/hlissner/+bindings.el @@ -23,14 +23,17 @@ :nvime "M-x" #'execute-extended-command :nvime "A-x" #'execute-extended-command ;; Emacs debug utilities - "M-;" #'eval-expression - "A-;" #'eval-expression + "M-;" #'eval-expression + :nvime "M-;" #'eval-expression + "M-:" #'doom/open-scratch-buffer + :nvime "M-:" #'doom/open-scratch-buffer ;; Text-scaling "M-+" (λ! (text-scale-set 0)) "M-=" #'text-scale-increase "M--" #'text-scale-decrease ;; Simple window navigation/manipulation "C-`" #'doom/popup-toggle + "C-`" #'doom/popup-raise "M-t" #'+workspace/new "M-T" #'+workspace/display "M-w" #'delete-window