Fix consecutive invokations of SPC u #747

This commit is contained in:
Henrik Lissner 2018-07-09 20:38:10 +02:00
parent 4941e327f4
commit 6829f6fca2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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]))