Bind my personal keymap to C-t
I don’t use `transpose-chars` that often, so it can go to `M-t c`.
This commit is contained in:
parent
ecafe2aed6
commit
91113931c7
@ -24,6 +24,7 @@ I set it up early so I can use it in ~use-package~ calls immediately.
|
|||||||
"My own, personal, keymap!")
|
"My own, personal, keymap!")
|
||||||
(define-prefix-command 'gpolonkai/pers-map)
|
(define-prefix-command 'gpolonkai/pers-map)
|
||||||
(define-key ctl-x-map "t" 'gpolonkai/pers-map)
|
(define-key ctl-x-map "t" 'gpolonkai/pers-map)
|
||||||
|
(define-key global-map (kbd "C-t") 'gpolonkai/pers-map)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** I really don’t want to type more than I really must…
|
** I really don’t want to type more than I really must…
|
||||||
|
Loading…
Reference in New Issue
Block a user