Skip to content
New issue

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

Pressing 'o' on last line shifts current line down. #12

Open
zolrath opened this issue Oct 6, 2023 · 0 comments
Open

Pressing 'o' on last line shifts current line down. #12

zolrath opened this issue Oct 6, 2023 · 0 comments

Comments

@zolrath
Copy link

zolrath commented Oct 6, 2023

Hello! Great plugin, very excited for this new version.

When editing a file with the following contents and the cursor in the position marked <cursor>:

first line

third li<cursor>ne

In vim, pressing o would add a new line under the existing line and move your cursor to it.

first line

third line
<cursor>

This currently works as expected in godot-vim except for the final line of the file.
Instead, the current line contents are moved down as well:

first line


<cursor>third line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant