aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-11-14 23:16:50 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-11-14 23:16:50 +0000
commit56631280e7d254cceddbddce7a87bd76eb727755 (patch)
tree8cacbfe079443a9d80cb96fb86375568c54e4427
parent3d8baac445cbfec0bd9225c76531d1b4b990e8af (diff)
Remove j and k keys
They were redundant with n and p, and I have plans for them.
-rw-r--r--sx-question-mode.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el
index 37ff7e7..9997bf5 100644
--- a/sx-question-mode.el
+++ b/sx-question-mode.el
@@ -508,8 +508,6 @@ Letters do not insert themselves; instead, they are commands.
(car x) (cadr x)))
`(("n" sx-question-mode-next-section)
("p" sx-question-mode-previous-section)
- ("j" sx-question-mode-next-section)
- ("k" sx-question-mode-previous-section)
("g" sx-question-mode-refresh)
("q" quit-window)
(" " scroll-up-command)