Editor: add SoftHome action to skip blank space
This commit is contained in:
parent
c6e4f9d04c
commit
4adcbf6784
2 changed files with 13 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ pub enum Action {
|
|||
Down,
|
||||
/// Move cursor to start of line
|
||||
Home,
|
||||
/// Move cursor to start of line, skipping whitespace
|
||||
SoftHome,
|
||||
/// Move cursor to end of line
|
||||
End,
|
||||
/// Move cursor to start of paragraph
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue