diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-14 23:16:50 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-14 23:16:50 +0000 |
commit | 56631280e7d254cceddbddce7a87bd76eb727755 (patch) | |
tree | 8cacbfe079443a9d80cb96fb86375568c54e4427 /sx-question-mode.el | |
parent | 3d8baac445cbfec0bd9225c76531d1b4b990e8af (diff) |
Remove j and k keys
They were redundant with n and p, and I have plans for them.
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 2 |
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) |