From 9c0d43659622eb315cfecafbf51ab9cdf0781113 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 7 Dec 2015 17:59:24 -0600 Subject: [PATCH] Add an h/t shoutout. --- vim/coercing-casing-with-vim-abolish.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/coercing-casing-with-vim-abolish.md b/vim/coercing-casing-with-vim-abolish.md index 0c9e6e0..668f525 100644 --- a/vim/coercing-casing-with-vim-abolish.md +++ b/vim/coercing-casing-with-vim-abolish.md @@ -10,3 +10,5 @@ snake case, you can navigate over the variable and hit `crs` (e.g. Similarly, you can hit `crc` to change a variable to camel case. It even has support for mixed case (`crm`) and uppercase (`cru`). + +h/t Jake Worth