From 1aca8aa3782625ba5951dbc11933cb67bba8b580 Mon Sep 17 00:00:00 2001 From: UndeadKernel Date: Thu, 10 Jan 2019 13:14:43 +0100 Subject: [PATCH] bindings: move and add more text size bindings --- modules/config/default/+emacs-bindings.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/config/default/+emacs-bindings.el b/modules/config/default/+emacs-bindings.el index aa12c3121..3439ec5ce 100644 --- a/modules/config/default/+emacs-bindings.el +++ b/modules/config/default/+emacs-bindings.el @@ -17,9 +17,12 @@ (map! ;; Text scaling - "C-+" (λ! (text-scale-set 0)) - "C-=" #'text-scale-increase - "C--" #'text-scale-decrease + "" #'text-scale-increase + "" #'text-scale-decrease + "" (λ! (text-scale-set 0)) + "M-+" (λ! (text-scale-set 0)) + "M-=" #'text-scale-increase + "M--" #'text-scale-decrease ;; Editor related bindings "C-a" #'doom/backward-to-bol-or-indent [remap newline] #'newline-and-indent