-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow "left arrow" and "h" to collapse text sections
After this change the "left arrow" and "h" keypresses will collapse a text section if it is expanded and currently selected. This allows users to navigate around a diff more easily since they don't need to scroll through all of the lines in a section to get to the next section. Instead, they can just collapse the section quickly and move to the next one. This fixes one of my only gripes about scm-record compared to the builtin editor in Mercurial.
- Loading branch information
1 parent
9770911
commit ac3c44b
Showing
2 changed files
with
180 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters