move_cursor

Function move_cursor 

Source
pub fn move_cursor(
    ed: &Editor,
    action: &dyn CommonAction,
    cursor: &mut Cursor,
    movement: &Movement,
    count: usize,
    modify: bool,
    register: &mut Register,
)
Expand description

Move the current cursor.

This will signal-update the document for some motion modes.