You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduced a 'vim like' command line. Triggered when typing : from either move or navigate mode. Typing Esc goes back to navigate mode, typing Enter execute the command.
The only command recognized for now is :q to quit the editor
Reduce rebase_edit binary size by ~4MB by extracting inline tests to a separate module
"Explode" split a commit into multiple ones, one for each file modified in the original commit
Rename with r or R instead of Right -> Right. r keeps the original message and let you edit it, R erase it to let you create a new one.
Changes
Canceling a rename is now done with the Esc key instead of the Left arrow key
Quiting is now done by typing :q on the command line (see the Features section)
Rename is now done with the r or R keys in Move or Navigation mode (instead of Right from the navigation mode).
Bugfixes
Fixup entries are now correctly indented even in 'Move' mode
Fixed entry list that would behave as a sliding window even when there is enough rows to display it fully