Bind delete key to forward delete
This commit is contained in:
parent
e7867aa4d0
commit
64de7f64e5
1 changed files with 1 additions and 0 deletions
|
@ -1066,6 +1066,7 @@ Additionally ensures correct line numbers on the way, as a bonus."
|
|||
((:c . #\i) com-indent-line)
|
||||
((:c . #\u) com-unindent-line)
|
||||
((:c . #\d) com-forward-delete)
|
||||
(:delete com-forward-delete)
|
||||
((:c . #\k) com-kill-line)
|
||||
((:c . #\j) com-newline)
|
||||
((:c . #\n) com-new-buffer)
|
||||
|
|
Loading…
Add table
Reference in a new issue