diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-27 15:28:59 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-12-27 15:28:59 -0200 |
commit | 30e86cfce4bf8829e55beda91c1630f76b3338a9 (patch) | |
tree | cb972c7ab57c8ad4d711326efd29927a5ceda310 /sx-question-mode.el | |
parent | 6fe85d66a7a519b9fc19db49b6404cbaa804ca5d (diff) | |
parent | 57976619d5bf17b6b822a4e0159dee4aab673b33 (diff) |
Merge pull request #173 from vermiculus/visit-question-from-link
Visit question from link
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index 8d06078..a60cf3a 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -224,7 +224,7 @@ Letters do not insert themselves; instead, they are commands. ("p" sx-question-mode-previous-section) ("g" sx-question-mode-refresh) ("c" sx-comment) - ("v" sx-visit) + ("v" sx-visit-externally) ("u" sx-toggle-upvote) ("d" sx-toggle-downvote) ("q" quit-window) |