We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I recently added support for <C-u>, <C-b>, <C-e>, <C-p>, <C-n>, <Home>, <End>, and <Del> on the command line, but neglected test cases
<C-u>
<C-b>
<C-e>
<C-p>
<C-n>
<Home>
<End>
<Del>
The text was updated successfully, but these errors were encountered:
Config improvement: Start each description with a capital letter, end…
add372f
… with a period This is the format used by VSCode,just about all other extensions, and most of our existing descriptions. Refs #4040
Add tests for some command line special keys
d6838e0
Includes <C-b>, <C-e>, <C-u>, <Home>, and <End>. Still to-do: <C-p> and <C-n> Fixes #4040
93c92b1
Includes <C-u>, <C-p>, <C-n>, <C-b>, <C-e>, <Home>, and <End>. Fixes #4040
52061da
Add tests for some command line special keys (#4090)
8bbc90d
J-Fields
Successfully merging a pull request may close this issue.
I recently added support for
<C-u>
,<C-b>
,<C-e>
,<C-p>
,<C-n>
,<Home>
,<End>
, and<Del>
on the command line, but neglected test casesThe text was updated successfully, but these errors were encountered: