Skip to content

Commentary ​

Commentary is a port of vim-commentary by @tpope.

Settings ​

vintageous_enable_commentary ​

  • Type: boolean
  • Default: true

Enable commentary plugin.

Status ​

StatusCommandDescription
✅gc{motion}Comment or uncomment lines that {motion} moves over.
✅gcComment or uncomment [count] lines.
✅{Visual}gcComment or uncomment the highlighted lines.
✅gcText object for a comment (operator pending mode only).
gcgc
gcu
Uncomment the current and adjacent commented lines.

Check out the roadmap for a detailed inventory of feature status.