mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
commit
d3bc44f91c
2 changed files with 2 additions and 0 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Reference in a new issue