]> code.delx.au - dotemacs/commitdiff
Fix magit bindings
authorJames Bunton <jbunton@atlassian.com>
Mon, 8 Mar 2021 11:13:29 +0000 (22:13 +1100)
committerJames Bunton <jbunton@atlassian.com>
Mon, 8 Mar 2021 11:13:29 +0000 (22:13 +1100)
lisp/my-keys.el

index 2f01cbc8a53478c8e52b546bf593444cd2dc2091..6c7d1f020ad1592a29cd7ac8874ef4aec57c5534 100644 (file)
@@ -55,8 +55,8 @@
 ;; Mode switching
 (global-set-key (kbd "C-x C-j") 'direx-project:jump-to-project-root-other-window)
 (global-set-key (kbd "C-c g s") 'magit-status)
-(global-set-key (kbd "C-c g g") 'magit-dispatch-popup)
-(global-set-key (kbd "C-c g f") 'magit-file-popup)
+(global-set-key (kbd "C-c g g") 'magit-dispatch)
+(global-set-key (kbd "C-c g f") 'magit-file-dispatch)
 (global-set-key (kbd "<f8>") 'flyspell-mode)
 (global-set-key (kbd "<f9>") 'whitespace-mode)
 (global-set-key (kbd "<f10>") 'toggle-truncate-lines)