-
Notifications
You must be signed in to change notification settings - Fork 34
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
List of feature requests #1896
Comments
Does this mean open the filer mode in the current dir? |
Cannot add |
Hello @fox0430 , how are you? First of all, I want to congratulate you on developing this editor, it's amazing! 😍 I've been using it a lot to write code in Nim. I'm a regular user of Neovim, and although I know it's not crucial for you to know, one of the things I love about Neovim is the ability to create custom keyboard shortcuts. It would be great to be able to configure shortcuts like |
Thank you for your interest in this project! You want I've wanted to support remap key bindings, but I've been putting it off since it would require some design changes. But I don't know if I can implement it right away, but I'll try to do it soon. If you have any suggestions on how to set it up, please let me know. |
Hello @fox0430 , it's a pleasure to greet you. I can already imagine the challenges of implementing something like this. I would like to help you, but I wouldn't know where to start, I'm sorry. Anyway, thank you for trying. 😊 |
For example, normal mode commands are here. Line 1303 in 459ffdf
Line 1612 in 459ffdf
Since it's written directly, we may need to consolidate the default key binding definitions in one place and then think about how to override them. |
Detailed Description
You asked for it so here's the first list of features I need or would at least love to have :-)
Suggestet commands/features
Important
It's kinda important that we have either the regex search and replace or the . key command.
Those are really the two normal ways of replacing text. The . of course being used for many other things
Less important
years ago and it has never ever saved anyone any time, it only ever gets in the way :-) Most of the time you
write one of these characters you are going to type the closing char too because you have to continue the
line afterwards so it saves you nothing, but the times you are adding it to existing code you have to write
the character, then ESC to get to normal mode, Then 'l' to move to the closing char that was put in, then 'x'
to delete it, and then you can go to the other end press 'i', and do the whole thing again :-)
typing the opening char
The text was updated successfully, but these errors were encountered: