v0.5.0
Match Mode
- surround_add
- surround_replace
- surround_delete
These match modes have been implemented with counts too, so you can run 2md"
to delete the outer surrounding quotes.
Insert Mode
- delete_word_backward
- delete_word_forward
- kill_to_line_start
- kill_to_line_end (ctrl+k couldn't be used due to conflicts)
- delete_char_backward
- delete_char_forward
Normal Mode
- repeat_last_motion (so you can call
tf
then usealt+.
to repeat thetf
motion)