This commit was generated by cvs2svn to compensate for changes in r69482,

which included commits to RCS files with non-trunk default branches.
This commit is contained in:
Ruslan Ermilov 2000-12-01 15:36:10 +00:00
commit d3bc44f91c
2 changed files with 2 additions and 0 deletions

View file

@ -210,6 +210,7 @@ static const TL list[] = {
"kdl1", "kL", /* Delete line. */
"ked", "kS", /* Delete to end of screen. */
"kel", "kE", /* Delete to eol. */
"kend", "@7", /* Go to eol. */
"khome", "kh", /* Go to sol. */
"kich1", "kI", /* Insert at cursor. */
"kil1", "kA", /* Insert line. */

View file

@ -51,6 +51,7 @@ static TKLIST const c_tklist[] = { /* Command mappings. */
{"kel", "D", "delete to eol"},
{"kind", "\004", "scroll down"}, /* ^D */
{"kll", "$", "go to eol"},
{"kend", "$", "go to eol"},
{"khome", "^", "go to sol"},
{"kich1", "i", "insert at cursor"},
{"kdl1", "dd", "delete line"},