Closed hamsterBiscuit closed 4 years ago
Hi gc is a prefix key for caw.vim
. the usage
Type "gci" (toggle: "gcc", uncomment: "gcui")
before:
" <- inserted here"
after:
" # <- inserted here"
Type "gcI" (uncomment: "gcuI")
before:
" inserted the first column"
after:
"# inserted the first column"
Type "gca" (uncomment: "gcua")
before:
"inserted after this"
after:
"inserted after this # "
Type "gcw" (uncomment: "gcuw")
before:
" wrap!"
after:
" /* wrap! */"
Type "gcb"
before:
" box!"
after:
" /********/"
" /* box! */"
" /********/"
Type "gco"
before:
" func1();"
after:
" func1()"
" // " (now cursor is at the end and entered insert-mode)
Type "gcO"
before:
" func1();"
after:
" // " (now cursor is at the end and entered insert-mode)
" func1();"
Problems summary
now comment is gc
Environment Information
OS:
neovim
:version
output::checkhealth
or:CheckHealth
result(neovim only):How to reproduce the problem from neovim startup (Required!)
gc is not this keymap
Screenshot (if possible)