We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0130845 commit db1e42dCopy full SHA for db1e42d
magit-stgit.el
@@ -37,7 +37,7 @@
37
;; is displayed in the status buffer. While point is on a patch the
38
;; changes it introduces can be shown using `RET', it can be selected
39
;; as the current patch using `a', and it can be discarded using `k'.
40
-;; Other StGit commands are available from the StGit popup on `Y'.
+;; Other StGit commands are available from the StGit popup on `/'.
41
42
;; To enable the mode in a particular repository use:
43
;;
@@ -533,7 +533,7 @@ Use ARGS to pass additional arguments."
533
534
(defvar magit-stgit-mode-map
535
(let ((map (make-sparse-keymap)))
536
- (define-key map "Y" 'magit-stgit-popup)
+ (define-key map "/" 'magit-stgit-popup)
537
map))
538
539
;;;###autoload
0 commit comments