Luka Markušić
Luka Markušić
I don't have any other ideas unfortunately, but it's highly unlikely `dive` deleted your images.
That's because you don't have write permissions to the `master` branch in the original repository. The usual way of proposing changes is forking the repository, creating changes in the fork,...
You can press `Enter` on a commit, select a file with `Enter`, highlight a part of the patch and press `ctrl+p` to open patch options, one of which is "copy...
Press `Enter` on a file to open the file as a patch diff, and there you can add specific lines (with `Space`) into the `Custom patch` which you can then...
If I understood you correctly, resetting just the currently selected file in the commits view to `HEAD`?
@insane-dreamer what version of `lazygit` are you using? This one seems pretty old.
Could we intercept `ctrl+v`/`ctrl+shift+v` and invoke `appendToDescription(clipboard string)`?
Could you try other terminal emulators? E.g. `kitty`, `terminator` etc.?
Did you try building the latest `master`?
You might want to set auto fetch to `false`: ``` git: # If true, periodically fetch from remote autoFetch: false ``` [Related documentation](https://github.com/jesseduffield/lazygit/blob/master/docs/Config.md).