-
Notifications
You must be signed in to change notification settings - Fork 236
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
Log Buffer #22
Comments
I would like for the log buffer to re-apper after i've finished looking at a specific commit (I think magit works this way too). So I would type L, find a commit, type Enter, type q when I'm done, and I'd be shown the log buffer again. |
@asymmetric how about adding a seperate keybinding for that? Something like I have been thinking about introducing something similiar to hooks in magit for neogit, which would make something like this easy to introduce in user config. |
Would be cool to have a map to revert a commit from the list! Flow would be something like:
|
@TimUntersberger I'd say that incurs more of a cognitive load than thinking of it as "navigating through a stack". In the stack metaphor, it just makes sense that I would rather have a special keybinding to pop everything from the stack - that would actually be quite useful :) |
I would like to filter logs affecting only one file, something like |
The text was updated successfully, but these errors were encountered: