-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Feature Request]: Vim keybindings #17
Comments
bump |
Hi @krillin666, I am not familiar with Vim bindings in CodeMirror, but this website says they are no longer maintained: https://codemirror.net/demo/vim.html. I am not sure how I feel about enabling them |
Hello, thank you for the response. |
Yes, there is a way to compile the editor yourself and enable the VIM bindings to test it out. The instructions for setting up the development environment is available here: https://github.com/TheodoreChu/append-editor#development The CodeMirror add-ons are imported here: https://github.com/TheodoreChu/append-editor/blob/master/app/components/AppendEditor.js#L9-L29. First add Then, add
You can compile it with |
Hello Theodore @TheodoreChu , Excuse me for commenting on this closed issue. However, since SN officially has a VIM editor which uses CodeMirror has a backend (https://standardnotes.org/extensions/vim-editor), could you give it a try to add VIM mode as a setting options in the Append Editor ? Thank you for your time ! |
First of all, this editor is my favourite one and has helped me a lot while taking notes.
I noticed you integrate Codemirror into this editor and since it is possible to enable Vim bindings in CodeMirror I wonder if this could be done as well for the Append editor ?
Thank you and keep up the good work.
The text was updated successfully, but these errors were encountered: