Bind eshell to F4.

This keybind will probably change in the future.
This commit is contained in:
Mateus Rodrigues
2023-03-09 12:40:31 +00:00
parent a1d5f323df
commit 70da73c091

View File

@@ -1,5 +1,7 @@
;; magit
(global-set-key (kbd "C-x g") 'magit-status)
;; eshell
(global-set-key (kbd "<f4>") 'eshell)
;; number pad keys
(global-set-key (kbd "<kp-decimal>") 'other-window)