Luka Markušić
Luka Markušić
Well, it disabled the treeview completely so I wouldn't have that as a config option (unless you can toggle it back on during runtime). Would you like to try and...
We allow unmapping keys by setting the key to `null` - [docs](https://github.com/jesseduffield/lazygit/blob/69df9ba1054bbb7112dad12fcd668c424f6007cc/docs/Config.md#L434).
@digitalmaster if you're able to build from source, could you please try out the branch [`fix-skip-hook`](https://github.com/jesseduffield/lazygit/tree/fix-skip-hook)? It's just a dirty commit, but it would confirm that we're headed in the...
This has been implemented in #2390, closing.
@amine2233 could you check to see if the current `master` works?
It's definitely up for grabs! Be sure to read the discussion in #2047, it might answer some questions you have.
@AzraelSec given that the head repo of the original PR was deleted 8 months ago, it's probably safe to assume it's up for grabs.
The suggested solution (pressing `4` on the pane under `4` again just expands it) seems reasonable and simple, at least at a first glance. > Add `Shift + ` to...
I know, but vimspector _explicitly_ [supports C styled comments](https://github.com/puremourning/vimspector#debug-profile-configuration) > The JSON configuration file allows C-style comments: > > // comment to end of line ... > /* inline comment...