Jesse Duffield
Jesse Duffield
I'm on board with that approach. Feel free to look into how things are currently done (there's code related to searching in `vendor/github.com/jesseduffield/gocui/view.go` in the `searcher` struct. But yes, I'd...
Something that we did consider (or maybe only I considered in my head) was allowing you to set multiple editors where if multiple are configured you get a menu popup...
Fair, although the hard part with the custom command approach is that you would need to implement one custom command per config value e.g. edit, editAtLine, etc.
You could be right. Let's add that `line` to our custom command params and then see what the final product looks like
Is this a new issue you're encountering? Do you know if an earlier version works for you?
We could store the commit message in the state.yml file. This is the same place that we store the list of recent repos. I bet this would be easy to...
@robclancy it should be storing both the summary and the description. Are you saying that it currently only stores the summary? If so could you raise a separate issue for...
Happy to add more friction in a configurable way. I'm not yet convinced we should add more friction as a default. For many users, force pushing happens all the time...
That escape sequence is being printed by gocui (the rendering package that Lazygit uses). Whenever gocui comes across an escape sequence it doesn't recognise, it prints it as text. The...