Skip to content

v0.5.0

Compare
Choose a tag to compare
@jasonwilliams jasonwilliams released this 15 Jan 10:16
· 27 commits to main since this release

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 use alt+. to repeat the tf motion)