diff --git a/editor/editor.lisp b/editor/editor.lisp index cbdd4f1..3ee8bfc 100644 --- a/editor/editor.lisp +++ b/editor/editor.lisp @@ -936,7 +936,9 @@ Additionally ensures correct line numbers on the way, as a bonus." ((:c . #\n) com-new-buffer) ((:c . #\l) com-refresh-screen) ((:m . #\f) com-forward-word) - ((:m . #\b) com-backward-word))) + ((:c . #\w) com-forward-word) + ((:m . #\b) com-backward-word) + ((:c . #\q) com-backward-word))) (defun key-command-dispatch (key) (when (numberp key)