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.
This commit is contained in:
Tony 2022-06-18 11:20:49 -04:00 committed by GitHub
parent 6ceb1e0bbe
commit 781e80d849
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -477,11 +477,6 @@
(map! "C-'" #'imenu (map! "C-'" #'imenu
;;; Text scaling
"M-+" #'doom/reset-font-size
"M-=" #'doom/increase-font-size
"M--" #'doom/decrease-font-size
;;; search ;;; search
(:when (featurep! :completion ivy) (:when (featurep! :completion ivy)
"C-S-s" #'swiper "C-S-s" #'swiper
@ -540,7 +535,6 @@
;;; expand-region ;;; expand-region
"C-=" #'er/expand-region "C-=" #'er/expand-region
"C--" #'er/contract-region
;;; flycheck ;;; flycheck
(:after flycheck (:after flycheck