Hello,

man ksh lacks keystroke for delete-char-forward.
Here is a diff I made with current man page
(the dirty way: copied man page from the web, since
I am using -release)

--- man_ksh     Tue Mar 24 13:11:50 2015
+++ man_ksh_corrige     Tue Mar 24 18:06:05 2015
@@ -1916,7 +1916,7 @@
    delete-char-backward: [n] ERASE, ^?, ^H
           Deletes n characters before the cursor.

-   delete-char-forward: [n]
+   delete-char-forward: [n] ^D
           Deletes n characters after the cursor.

    delete-word-backward: [n] ERASE, ^[^?, ^[^H, ^[h

I hope this is the good way to proceed, this is my first diff ever.
Please note that there may be other keystrokes than ^D I am not
aware of (delete-char-backword is bound to three keystrokes).


Damien Thiriet

Reply via email to