| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.55.0 source code.tar.gz | 2026-03-15 | 325.0 kB | |
| 2.55.0 source code.zip | 2026-03-15 | 436.9 kB | |
| README.md | 2026-03-15 | 878 Bytes | |
| Totals: 3 Items | 762.8 kB | 0 | |
A lot of small thing and fixes but ...
Added gs_super_next and gs_super_prev as context-aware wrappers
E.g. you can define
{ "keys": ["ctrl+."], "command": "gs_super_next",
"context": [
{ "key": "setting.command_mode", "operator": "equal", "operand": false }
]
},
{ "keys": ["ctrl+,"], "command": "gs_super_prev",
"context": [
{ "key": "setting.command_mode", "operator": "equal", "operand": false }
]
},
in your global bindings to have consistent navigation in all <== views, t.i. also in normal, standard buffers.
Added a "main" menu on enter in the stash dashboard.
*
The diff view has some fanciness and shows change annotations if the diff changes while it is open. 👀 ... 🙄
Maybe we'll get a diff of diffs at some point.