Adding a leader key
This commit is contained in:
parent
ad9bed893a
commit
3732196ccb
1 changed files with 7 additions and 0 deletions
7
init.el
7
init.el
|
|
@ -298,3 +298,10 @@
|
|||
:after kubernetes)
|
||||
|
||||
(global-set-key (kbd "M-n") #'other-window)
|
||||
|
||||
;; emacs-land leader-key
|
||||
(define-prefix-command '*my-leader*)
|
||||
(global-set-key (kbd "C-t") *my-leader*)
|
||||
|
||||
;; example:
|
||||
;; (define-key *my-leader* (kbd "C-b") #'previous-buffer)
|
||||
|
|
|
|||
Loading…
Reference in a new issue