Mistaken s-TAB key binding broke my workflow.
https://github.com/magit/magit/issues/3195
--- a/.emacs-my Sun Sep 24 09:23:32 2017 +0300
+++ b/.emacs-my Tue Oct 10 22:41:43 2017 +0300
@@ -2540,6 +2540,12 @@
(setq i (- i 4))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+(message "magit")
+
+(with-eval-after-load 'magit-mode
+ (define-key magit-mode-map [s-tab] nil))
+
+;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(message "compile")
;; Prompt for compilation command.