Add Ctrl bindings for forward and backward word commands
This commit is contained in:
parent
84ddb747aa
commit
5af2ed3f2a
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue