Bind "C-x g" to magit-status, as recommended
This commit is contained in:
@@ -1,11 +1,15 @@
|
|||||||
;; number pad keys
|
;; magit
|
||||||
|
(global-set-key (kbd "C-x g") 'magit-status)
|
||||||
|
|
||||||
|
;; number pad keys
|
||||||
(global-set-key (kbd "<kp-decimal>") 'other-window)
|
(global-set-key (kbd "<kp-decimal>") 'other-window)
|
||||||
(global-set-key (kbd "<kp-0>") 'delete-window)
|
(global-set-key (kbd "<kp-0>") 'delete-window)
|
||||||
(global-set-key (kbd "<kp-1>") 'delete-other-windows)
|
(global-set-key (kbd "<kp-1>") 'delete-other-windows)
|
||||||
(global-set-key (kbd "<kp-2>") 'split-window-below)
|
(global-set-key (kbd "<kp-2>") 'split-window-below)
|
||||||
(global-set-key (kbd "<kp-3>") 'ivy-bibtex)
|
(global-set-key (kbd "<kp-3>") 'ivy-bibtex)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;(global-set-key (kbd "<kp-subtract>") 'xah-close-current-buffer)
|
;(global-set-key (kbd "<kp-subtract>") 'xah-close-current-buffer)
|
||||||
;(global-set-key (kbd "<kp-divide>") 'xah-previous-user-buffer)
|
;(global-set-key (kbd "<kp-divide>") 'xah-previous-user-buffer)
|
||||||
;(global-set-key (kbd "<kp-multiply>") 'xah-next-user-buffer)
|
;(global-set-key (kbd "<kp-multiply>") 'xah-next-user-buffer)
|
||||||
|
|||||||
Reference in New Issue
Block a user