From 56631280e7d254cceddbddce7a87bd76eb727755 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Fri, 14 Nov 2014 23:16:50 +0000 Subject: Remove j and k keys They were redundant with n and p, and I have plans for them. --- sx-question-mode.el | 2 -- 1 file changed, 2 deletions(-) (limited to 'sx-question-mode.el') 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) -- cgit v1.2.3