mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Change vterm binding
This commit is contained in:
parent
34cfa2e404
commit
6a0f5e53ca
2
init.org
2
init.org
@ -1280,7 +1280,7 @@
|
||||
(define-key custom-bindings-map (kbd "C-c j") 'cycle-spacing-delete-newlines)
|
||||
(define-key custom-bindings-map (kbd "C-c d") 'duplicate-thing)
|
||||
(define-key custom-bindings-map (kbd "<C-tab>") 'tidy)
|
||||
(define-key custom-bindings-map (kbd "M-`") 'toggle-vterm)
|
||||
(define-key custom-bindings-map (kbd "C-z") 'toggle-vterm)
|
||||
(dolist (n (number-sequence 1 9))
|
||||
(global-set-key (kbd (concat "M-" (int-to-string n)))
|
||||
(lambda () (interactive) (switch-vterm n))))
|
||||
|
Loading…
Reference in New Issue
Block a user