Update vim commenting shortcut to `cc`
Now that `<space>` is leader, it is impractical to type `<space>,`. It turns out
that `cc` is a synonym mapping for `S`, and since `S` is easier to use (and has
been used), `cc` has been taken over for single-line and visual commenting.