early support for visual line motions like gk and gj
This commit is contained in:
@@ -251,8 +251,12 @@ pub enum Motion {
|
||||
ForwardChar,
|
||||
/// move to the same column on the previous line
|
||||
LineUp,
|
||||
/// move to the same column on the previous visual line
|
||||
ScreenLineUp,
|
||||
/// move to the same column on the next line
|
||||
LineDown,
|
||||
/// move to the same column on the next visual line
|
||||
ScreenLineDown,
|
||||
/// Whole user input (not really a movement but a range)
|
||||
WholeBuffer,
|
||||
/// beginning-of-register
|
||||
|
||||
Reference in New Issue
Block a user