mirror of
https://github.com/zoriya/jj.nvim.git
synced 2026-08-15 23:53:18 +00:00
fix(log): Add u/r keymaps for undoing and redoing operations on log buffer.
This commit is contained in:
@@ -50,9 +50,16 @@ In your log ouptut press `CR` in a line to directly edit a `mutable` change.
|
||||
You can create new changes directly from the log buffer with multiple options:
|
||||
|
||||
- `n` - Create a new change branching off the revision under the cursor
|
||||
- `<C-n>` - Create a new change after the revision under the cursor
|
||||
- `<C-n>` - Create a new change after the revision under the cursor
|
||||
- `<S-n>` - Create a new change after while ignoring immutability constraints
|
||||
|
||||
### Undo/Redo from the log buffer
|
||||
|
||||
You can undo/redo changes directly from the log buffer:
|
||||
|
||||
- `u` - Undo the last operation
|
||||
- `r` - Redo the last undone operation
|
||||
|
||||
### Open a changed file
|
||||
|
||||
Just press enter to open the a file from the `status` output in your current window.
|
||||
|
||||
Reference in New Issue
Block a user