+++ title = "Case" description = "A case-switching plugin for the micro editor" date = 2020-11-23 [taxonomies] technologies = ["Lua", "Markdown"] [extra] repo = "https://github.com/spitlo/dotfiles/tree/master/.config/micro/" first_commit_time = 2020-10-10 first_commit_message = "Add case plugin to micro config" +++ Case is a plugin for the [`micro`](https://micro-editor.github.io/) editor which I’m trying to switch to from `nano` for quick edits. It converts text between different case styles, like kebab case or pascal case. It’s pretty basic at the moment, and only supports single cursors.