pub fn delete_word_forward(
text: &str,
cursor_position: usize,
) -> TextOperationResult
Expand description
Delete word forward from cursor (Alt+D behavior)
pub fn delete_word_forward(
text: &str,
cursor_position: usize,
) -> TextOperationResult
Delete word forward from cursor (Alt+D behavior)