added instructions for using ctrl-c/ctrl-enter to keyboard.vim

This commit is contained in:
Kevin 2014-04-07 01:46:24 -04:00
parent de3f454c46
commit 9c2064f726

View file

@ -16,6 +16,8 @@
" <Ctrl-_>b | (A) -> comment the current block(s)
" <Ctrl-_>r | (A) -> comment everything on the line to the right
" <Ctrl-_>p | (A) -> comment the current paragraph
" <Ctrl-enter> | (I) -> add a close bracket following an open one
" <Ctrl-c> | (I) -> add a close bracket following an open one
"
" (surround)
" S" | (V) -> surround selection with quotes