hooks for eshell

This commit is contained in:
Mateus Rodrigues
2023-11-27 12:10:50 +00:00
parent aecc20f5e7
commit b8262f7e82
2 changed files with 12 additions and 9 deletions

View File

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