Add treemacs key shortcut
This commit is contained in:
parent
9fcb328eef
commit
221aa14794
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@
|
|||
(define-key +custom-keys-mode-map [(hyper c)] 'kill-ring-save)
|
||||
(define-key +custom-keys-mode-map [(hyper s)] 'save-buffer)
|
||||
(define-key +custom-keys-mode-map [(hyper l)] 'goto-line)
|
||||
(define-key +custom-keys-mode-map [(hyper b)] 'treemacs)
|
||||
(define-key +custom-keys-mode-map [(hyper w)] '+custom-function-delete-window)
|
||||
(define-key +custom-keys-mode-map [(hyper z)] 'undo)
|
||||
(define-key +custom-keys-mode-map [(hyper q)] 'kill-emacs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue