-
Notifications
You must be signed in to change notification settings - Fork 30
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
Not changing to Line mode automatically like vim #154
Comments
Hi, where do you see this behavior, and is there some additional config applied to codemirror-vim ? On https://raw.githack.com/replit/codemirror-vim/master/dev/web-demo.html dj deletes two lines as expected, so more information to track down the issue would be greatly appreciated. |
I am using Obsidian and since they use code mirror I thought it being a upstream bug like usual. If it work on CM then it should be an Obsidian bug. The was webapp that I test CM to see if it is replicated there or not, but I could not find that for test. |
Does Obsidian map j to gj?
|
Thank you. It is the exact problem. It is not the issue of obsidian per se, It is my config I use from my obsidian.vimrc file which I mapped j to gj. |
I think adding |
I will give it a try when get home. Yes I can see great improvement over time (I remember when it was not like this) Now there is even possible to run macros inside it which is awesome. Thank you very much for your efforts |
Closing the issue, but please tell us if you think that the way codemirror-vim handles gj is incorrect, or if you see any way to improve it. As far as i understand, changing linewise behavior of gj only when wrap is set, does not match the behavior described in vim help, so it is a bug, and what neovim does is better, but maybe i am wrong? |
No you are totally right about this, it is just an issue with my setting and I am OK with it. I like to see more vim ex commands as there are very few implemented right now. Fir example it like to see my vim marks with Thanks |
@Archie-2021 added marks in https://raw.githack.com/replit/codemirror-vim/ex-marks/dev/web-demo.html, not sure if it is worth to make them clickable or change the style in some way. |
Thanks |
When we use a key like dj it should automatically change to line mode and delete two line completely. But right now it just deleted from current cursor position. This inconsistency between vim and CM is really annoying.
Thanks
The text was updated successfully, but these errors were encountered: