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've noticed a couple of issues with the vi keybinds:
i
<ESC>
foo.bar:baz
e
w
b
k
$
<ESC> k h j
<ESC> k h l j k
<ESC> k h k
No response
The text was updated successfully, but these errors were encountered:
I believe this belongs to reedline as the vi mode is a feature of reedline. The vi mode is not very developed, improvements are welcome.
Sorry, something went wrong.
yeah, i've seen some clear differences with Vim over the years...
the easiest has always been to hit <c-o> and drop inside Neovim, my $env.EDITOR 🤣
<c-o>
$env.EDITOR
No branches or pull requests
Describe the bug
I've noticed a couple of issues with the vi keybinds:
How to reproduce
i
and<ESC>
foo.bar:baz
usinge
,w
,b
etc.k
$
)<ESC> k h j
<ESC> k h l j k
<ESC> k h k
Expected behavior
<ESC>
Screenshots
No response
Configuration
Additional context
No response
The text was updated successfully, but these errors were encountered: