Portal
Usage | Documentation | Contributing
Kakoune extension to synchronize and send commands on multiple buffers.
Dependencies
Requirements
- X11. Until head-less client issues are fixed.
Installation
Pathogen
pathogen-infect /home/user/repositories/github.com/alexherbo2/portal.kak
Configuration
alias global p portal
Usage
portal [commands]
- Enter
:portal [commands]
- Select buffers (See Select for commands)
- If a command was given, execute it for each selected buffer; otherwise, synchronize selected buffers.
- Buffers are discarded when hitting an error; for example, when selecting a text not present in the selections.
- To end syncing, press Escape or enter in Command mode with :.
Examples
Synchronize selected buffers:
portal
Play a macro on selected buffers:
portal execute-keys q
Commands
portal
commands
: Synchronize or send the given commands to selected buffers