-
Notifications
You must be signed in to change notification settings - Fork 57
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
Vim mode support #86
Comments
|
zhaopuming There is a section about hacking the ide in the readme. I just started with d and contributing to this ide and its fun. We need no pluginsystem as we can modify the code directly. Libraries can be included with dub. Also in that readme there is a section about Keyboard shortcut settings |
|
VIM mode is more than just shortcuts. |
|
I am interested in having Vim keybinding support as well. Since dlangide support console mode, the need for Vim keybinding becomes more apparent to me. |
|
I think the best way to get full featured vim support (including vim plugins) is to use nvim as a library. There are plenty of electron js projects that do so successfully. |
This 100%. I'll try to work on it when I can. |
Do you have plan for vim/emacs editor mode support, or other forms of keyboard configuration support?
If so, I would really like to help with coding, as I'm starting to learn about your code.
If not, do you plan to make a plugin system that could let people write vim-plugin?
The text was updated successfully, but these errors were encountered: