<f7> opens eshell
1 files changed, 1 insertions(+), 0 deletions(-) M lisp/setup-keys.el
M lisp/setup-keys.el => lisp/setup-keys.el +1 -0
@@ 91,6 91,7 @@ (setq-local compilation-read-command nil) (call-interactively 'compile))) (global-set-key (kbd "<f6>") #'shell) +(global-set-key (kbd "<f7>") #'eshell) (global-set-key (kbd "<f8>") (lambda () (interactive) (switch-to-buffer "*scratch*")))