Skip to content

Commit db1e42d

Browse files
author
Lluís Vilanova
committed
Change popup binding to '/' (closes #6)
1 parent 0130845 commit db1e42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

magit-stgit.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
;; is displayed in the status buffer. While point is on a patch the
3838
;; changes it introduces can be shown using `RET', it can be selected
3939
;; 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'.
40+
;; Other StGit commands are available from the StGit popup on `/'.
4141

4242
;; To enable the mode in a particular repository use:
4343
;;
@@ -533,7 +533,7 @@ Use ARGS to pass additional arguments."
533533

534534
(defvar magit-stgit-mode-map
535535
(let ((map (make-sparse-keymap)))
536-
(define-key map "Y" 'magit-stgit-popup)
536+
(define-key map "/" 'magit-stgit-popup)
537537
map))
538538

539539
;;;###autoload

0 commit comments

Comments
 (0)