Replies: 3 comments 16 replies
|
Well, you're not supposed to edit files externally as it causes issues with the index and internal meta data. If you do so, it's at your own risk, and it's not something the editor is going to support. As for vim mode, I guess it could be done. Not sure how it would interfere with other functionality and native Qt features. For the time being, I'm focusing my efforts on editor features, for which the backlog is still pretty big. |
|
I second the VIM editing mode in the main text editor (not opening in an external program). I wish I had the programming skills to contribute this feature. The "vibe" of NovelWriter is already pretty clearly from a coding or programming background (if that makes sense), and I think a lot of people would love a VIM mode. I use NeoVim for a lot of my personal writing, but for novel writing I need the NovelWriter organization and tagging features, so adding a VIM mode would make it perfect. |
|
May i ask what a "vim mode" is ? |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
How hard would it be to implement a "vim mode" for basic movements in the editor ? I know quite a few open source projects have this feature, or a plugin that enables it, we could look at for inspiration. Since the idea is mainly relevant for editing, IMHO, perhaps this could also be achieved by 'just' having a feature to open the current file in an external editor ?
I already do this by going into the filesystem and opening the corresponding file if I have specific changes I know are easier to make with vim, but since the files are named for the database it is a slightly cumbersome workflow at the moment.
All reactions