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:
parent
6ceb1e0bbe
commit
781e80d849
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue