From 70da73c091e064e827b8532d1b283d85a19e43d2 Mon Sep 17 00:00:00 2001 From: Mateus Rodrigues Date: Thu, 9 Mar 2023 12:40:31 +0000 Subject: [PATCH] Bind eshell to F4. This keybind will probably change in the future. --- elisp/keypad.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/elisp/keypad.el b/elisp/keypad.el index 9d3d44c..7d2a07a 100644 --- a/elisp/keypad.el +++ b/elisp/keypad.el @@ -1,5 +1,7 @@ ;; magit (global-set-key (kbd "C-x g") 'magit-status) +;; eshell +(global-set-key (kbd "") 'eshell) ;; number pad keys (global-set-key (kbd "") 'other-window)