mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
added instructions for using ctrl-c/ctrl-enter to keyboard.vim
This commit is contained in:
parent
de3f454c46
commit
9c2064f726
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue