diff options
Diffstat (limited to 'scripts/w3mhelp-funcname.pl.in')
-rw-r--r-- | scripts/w3mhelp-funcname.pl.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/w3mhelp-funcname.pl.in b/scripts/w3mhelp-funcname.pl.in index 16afa16..084b691 100644 --- a/scripts/w3mhelp-funcname.pl.in +++ b/scripts/w3mhelp-funcname.pl.in @@ -17,6 +17,7 @@ 'LINEEDIT:BOTTOM', 'lineedit_bottom', 'LINEEDIT:PREV', 'lineedit_prev', 'LINEEDIT:NEXT', 'lineedit_next', + 'LINEEDIT:EDITOR', 'lineedit_editor', 'LINEEDIT:COMPLETE', 'lineedit_complete', 'LINEEDIT:ACCEPT', 'lineedit_accept', ); @@ -41,6 +42,7 @@ 'C-e', 'LINEEDIT:BOTTOM', 'C-p', 'LINEEDIT:PREV', 'C-n', 'LINEEDIT:NEXT', + 'C-o', 'LINEEDIT:EDITOR', 'TAB', 'LINEEDIT:COMPLETE', 'SPC', 'LINEEDIT:COMPLETE', 'RET', 'LINEEDIT:ACCEPT' |