mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
More terminal keys
This commit is contained in:
parent
d5810299ca
commit
9d1e81b2d7
1 changed files with 2 additions and 1 deletions
|
|
@ -32,7 +32,8 @@
|
|||
(with-eval-after-load 'org
|
||||
(define-key org-mode-map (kbd "C-c M-[ emacs-C-,") #'org-insert-structure-template)
|
||||
(define-key org-mode-map (kbd "M-[ emacs-C-<return>") #'org-insert-heading-respect-content)
|
||||
(define-key org-mode-map (kbd "M-[ emacs-C-S-<return>") #'org-insert-todo-heading))
|
||||
(define-key org-mode-map (kbd "M-[ emacs-M-S-<return>") #'org-insert-todo-heading)
|
||||
(define-key org-mode-map (kbd "M-[ emacs-C-S-<return>") #'org-insert-todo-heading-respect-content))
|
||||
|
||||
(with-eval-after-load 'vterm
|
||||
(define-key vterm-mode-map (kbd "M-[ emacs-C-<backspace>")
|
||||
|
|
|
|||
Loading…
Reference in a new issue