~edwargix/emacs.d

cfefdb0d80001c2c5a1b501593a6a9bc3790a61c — David Florness 5 years ago 57e93e9
Use C-M-<return> to open a terminal instead of C-<return>

C-<return> conflicts with bindings for several modes.
1 files changed, 1 insertions(+), 1 deletions(-)

M lisp/keys.el
M lisp/keys.el => lisp/keys.el +1 -1
@@ 47,7 47,7 @@
  (evil-org-set-key-theme))

;; opens a new terminal in default-directory
(global-set-key (kbd "C-<return>")
(global-set-key (kbd "C-M-<return>")
                (lambda ()
                  (interactive)
                  (start-process