mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix consecutive invokations of SPC u #747
This commit is contained in:
@ -748,6 +748,10 @@
|
|||||||
;; This section is dedicated to "fixing" certain keys so that they behave
|
;; This section is dedicated to "fixing" certain keys so that they behave
|
||||||
;; sensibly (and consistently with similar contexts).
|
;; sensibly (and consistently with similar contexts).
|
||||||
|
|
||||||
|
;; Make SPC u SPC u possible (#747)
|
||||||
|
(define-key universal-argument-map
|
||||||
|
(kbd (concat doom-leader-key " u")) #'universal-argument-more)
|
||||||
|
|
||||||
;; Fix MacOS shift+tab
|
;; Fix MacOS shift+tab
|
||||||
(when IS-MAC
|
(when IS-MAC
|
||||||
(define-key input-decode-map [S-iso-lefttab] [backtab]))
|
(define-key input-decode-map [S-iso-lefttab] [backtab]))
|
||||||
|
Reference in New Issue
Block a user