obsidian-css-editor
obsidian-css-editor copied to clipboard
[FR] Support for the VIM Key Bindings / Mode -- Escape Key Inconsistency and Support of the Vimrc Plugin
My comment regarding [FR] Support for the VIM Key Bindings / Mode https://github.com/Zachatoo/obsidian-css-editor/issues/8#issuecomment-1609106810:
For an initial release, it works well -- thank you so much!
I have noticed the following:
-
The
ESCAPEkey exits theinsertmode when your work only with one tab containing the CSS snippet. Otherwise, it switches to the left (main target) or the right tab (if the left one does not exist) instead. Returning to the snippet tab results in being back to thenormalmode. Can you improve the user experience? -
The
Vimrc Supportplugin is not supported. I.e., my personal key bindings are not recognised. It is not a dealbreaker, but it would be fantastic if you could "fine-tune" the user experience here too.
To state it again: A great first implementation!
First issue should be resolved in 0.3.1. Unsure about second issue since I'm not a vim user, would take some setup and more learning to fix that, not planning on working on that for the short term, definitely open to contributions for that.
Thanks, the first issue has been resolved!
Let me figure out how to add the Vimrc Support plugin support -- will take a while.