Fix consecutive invokations of SPC u #747
This commit is contained in:
parent
4941e327f4
commit
6829f6fca2
1 changed files with 4 additions and 0 deletions
|
@ -748,6 +748,10 @@
|
|||
;; This section is dedicated to "fixing" certain keys so that they behave
|
||||
;; 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
|
||||
(when IS-MAC
|
||||
(define-key input-decode-map [S-iso-lefttab] [backtab]))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue