SkillAgentSearch skills...

Capture.vim

Show Ex command output in buffer

Install / Use

/learn @tyru/Capture.vim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

capture.vim

Show Ex command output in a buffer

Example

  • Show all defined mappings in a buffer (you can search them).
:Capture map | map! | lmap
  • Show echoed messages again in a buffer.
:Capture mes
  • Show installed scripts in a buffer.
:Capture scriptnames
  • Import an external command's output to a buffer (like new | r!ls).
:Capture !ls
  • Show currently defined digraphs in a buffer.
:Capture digraphs
View on GitHub
GitHub Stars79
CategoryDevelopment
Updated5mo ago
Forks3

Languages

Vim script

Security Score

82/100

Audited on Oct 10, 2025

No findings