-
I think I don't need it anymore, but when anyone starts using `git`, a thing that we would really want is a Ctrl+Z, haha :grin:
So the idea would be to have a `zbg undo` command that looks at the c…
-
Need to check the git add command that is being run -- it is not correct. This may happen in other situations so probably add a wrapper for all such calls to prevent this. You can undo with `git res…
-
### Feature
the same vscode shows changed rows in text file by adding a marker to the line, it would be nice if edit-csv did something similar.
Possible suggestions:
* add a marker like vscode …
-
### Neovim version (nvim -v)
v0.10.1
### Operating system/version
NixOS 24.11 (Vicuna)
### Describe the bug
After saving changes to the quickfix buffer, the undo history is lost, and hi…
-
- add tab completion for folders and subfolders (like a regular linux shell)
because without that adding files requires either changing directories all the time or diving into a copy&paste hell ;)
-…
-
### Description of the bug
See command log below:
Command log
```
$ git init sync-abort
$ cd sync-abort
$ git commit --allow-empty -m "Initial commit"
[main (root-commit) 6dfb…
-
### Prerequisites
* [X] Put an X between the brackets on this line if you have done all of the following:
* Reproduced the problem in Safe Mode:
* Followed all applicable steps in the de…
-
After discarding all hunks in a patch, the patch view is closed and there's no way to undo the discard. Perhaps the undo history for the staged file list should include a discard operation from the pa…
-
With `git revert`? Alternatively, you usually want to undo immediately or not at all, so offer brief grace period where you can hit a button to undo a delta before this is committed (like gmail).
-
Type: Bug
• Rebase a few commits from one branch to another.
• Try to undo the last commit from the rebased branch
### Expected
We should be able to undo the last commit
### Result
We …