| tags: [ Vim ]
I often find myself opening Vim in the root of a Git repository, then opening a file and wanting to open another file in that same directory. I’ve created a shortcut to help with that action.
| tags: [ Vim ]
Using a simple mapping and only a couple Vim features, swap types of quotes, i.e. from “foo” to ‘foo’.