chiark / gitweb /
dot/emacs: Order the Magit keybindings by keystroke.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 23 Mar 2018 10:28:56 +0000 (10:28 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 23 Mar 2018 10:31:46 +0000 (10:31 +0000)
dot/emacs

index f7e8ec3dad0ed2eb97dea8c0c944c8ffb47753fb..86489e839583326c692fbdbcf47cdaca36cd1cc4 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
   (global-set-key [?\C-c ?t ?w] 'timeclock-workday-remaining-string)
   (global-set-key [?\C-c ?t ?s] 'timeclock-status-string)
   (global-set-key [?\C-c ?m ?m] 'magit-status)
+  (global-set-key [?\C-c ?m ?b] 'magit-blame)
   (global-set-key [?\C-c ?m ?d] 'magit-dispatch-popup)
-  (global-set-key [?\C-c ?m ?w] 'magit-wip-log)
   (global-set-key [?\C-c ?m ?r] 'magit-list-repositories)
-  (global-set-key [?\C-c ?m ?b] 'magit-blame)
+  (global-set-key [?\C-c ?m ?w] 'magit-wip-log)
   (global-set-key [?\C-c ?p ?p] 'mdw-mpc-play-or-pause)
   (global-set-key [?\C-c ?p ?s] 'mdw-mpc-stop)
   (global-set-key [?\C-c ?p ?<] 'mdw-mpc-prev)