-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Amended creating cursor above/below to skip lines, added create_curso…
…rs_around If the current cursor is not at the start of the line, when the user creates a cursor above or below it, empty lines will be skipped. This is a lot more ergonomic; almost always this is what the user wants to do. The old behaviour is preserved when the cursor is at the start of the line (for instance, when on an empty line). create_cursors_around: Cursors will be added to every contiguous line above and below the current cursor as long as the line in question reaches to the cursor column.
- Loading branch information
1 parent
0c0717a
commit 8ea0384
Showing
2 changed files
with
54 additions
and
4 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