-
Notifications
You must be signed in to change notification settings - Fork 483
Vim-Mode for CodeLite #1642
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 for CodeLite #1642
Conversation
|
I have applied this. Also, you included some of the header files that you should not have ( Now, some functionality issues:
|
|
Few notes about the design: What do you think? |
|
Another update: I have added simple UI settings to the vim plugin. Also, I have disabled vim by default, to enable it, you will need to turn it on from: plugins->codelite vim->settings |
|
Hallo, About the issue:
|
|
the crash no longer occurs, I fixed it. |
|
Hello again, I have fixed the BACKSPACE support when in NORMAL mode. Some other bugs I have noticed:
I will keep on testing/fixing what I see, but keep up the great work |
|
Many thanks for all what you did. My idea is to use the
|
|
You can aggregate actions into a single Undo command like this: ctrl->BeginUndoAction();
...
ctrl->EndUndoAction(); |
Hi,
I started working on a vim-like key bindings for codelite.
Not all the key-bindings are implemented:
The one implemented are listed in the
in the file vimCommands.h