-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
reopen issue, feature request :dq => Discard changes and Quit #5282
Comments
If I don't have time understanding something, I may leave but won't destroy it. Let someone who can understand it to handle this issue. |
update:
|
Come back to the main topic.
We are making the masterpiece for the world, forget about historical vim and backward-compatibility. |
For number 2. :reload already exists for discarding changes, the benefit reload has over just discarding the changes to a document is you can undo the reload and still have your past undo states as well meaning you don't lose work if you :reload something and realize you want to go back. Moving on to the rest of the issue I think the best solution is either configurable aliases for commands or being able to create custom commands. Then you would be able to configure |
The issue also reflects the fact that there is no serious designing process of helix. All concepts and patterns are mixed up in a chaos logic. It drive us to face so many new issues to rethink and optimize the original code. Your practical explanation is admirable. It is you so that more and more people will be attracted to join helix. I'm going to offer my views as a materials of helix official tutor in next days. It's about the concise models that helix uses but didn't tell users. It may help people to find a beautiful way to learn, think and use helix. See you in next issues. |
Good idea about "configurable commands". Since helix support a color theme, it can also offer a cmd theme, kbd binding theme to customize in the settings. And since default theme do matters for anyone who first learn helix, think more about new features added to helix next time( what exactly it is, in this case,
so :q! could be contained in helix, but not only mean discard changes of text. It means discard everything, stop warning me, stop ceasing me and just let me quit! Whatever has been discarded is not concerned, is a side-effect, not the main purpose.
Thus this issue could be closed and added to future-todo-list. ( the info has been recorded, and maybe it will never be implemented) |
I think the most actionable part of this issue is explaining how |
We will probably support custom |
Originally posted by @dead10ck in #5271 (comment)
The text was updated successfully, but these errors were encountered: