From 781e80d849726c3c9606a8ebf8c7610fa472c75f Mon Sep 17 00:00:00 2001 From: Tony Date: Sat, 18 Jun 2022 11:20:49 -0400 Subject: [PATCH] tweak(default): remove M-{-,=,+} and C-- keybinds The keybindings M--, M-=, and C-- override the built-in commands negative-argument and count-words-region. Moreover, the C-- command, er/contract-region, is already bound transiently to expand-region-contract-fast-key while expanding regions. --- modules/config/default/+emacs-bindings.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/config/default/+emacs-bindings.el b/modules/config/default/+emacs-bindings.el index e2298b0f0..2467b48c1 100644 --- a/modules/config/default/+emacs-bindings.el +++ b/modules/config/default/+emacs-bindings.el @@ -477,11 +477,6 @@ (map! "C-'" #'imenu - ;;; Text scaling - "M-+" #'doom/reset-font-size - "M-=" #'doom/increase-font-size - "M--" #'doom/decrease-font-size - ;;; search (:when (featurep! :completion ivy) "C-S-s" #'swiper @@ -540,7 +535,6 @@ ;;; expand-region "C-=" #'er/expand-region - "C--" #'er/contract-region ;;; flycheck (:after flycheck