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

Backspace should delete beyond the start of the insert mode #22

Open
GoogleCodeExporter opened this issue Jun 11, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Press i or a in the middle of the text.
2. Try pressing backspace.

What is the expected output? What do you see instead?
On Vim with ":set bs=2", the backspace key deletes any character, regardless of 
where the insert mode was initiated.
On jV and on original Vi, that is not true, and that is very annoying.

Either jV should hard-code "bs=2", or it should add support for options and 
then add the 'bs' option.

What version of the product are you using? On what operating system?
jV 0.53 for Chrome 17.0.963.38 beta.




What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by denilsonsa on 23 Jan 2012 at 9:04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant