Bind eshell to F4.
This keybind will probably change in the future.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
;; magit
|
;; magit
|
||||||
(global-set-key (kbd "C-x g") 'magit-status)
|
(global-set-key (kbd "C-x g") 'magit-status)
|
||||||
|
;; eshell
|
||||||
|
(global-set-key (kbd "<f4>") 'eshell)
|
||||||
|
|
||||||
;; number pad keys
|
;; number pad keys
|
||||||
(global-set-key (kbd "<kp-decimal>") 'other-window)
|
(global-set-key (kbd "<kp-decimal>") 'other-window)
|
||||||
|
|||||||
Reference in New Issue
Block a user