Skip to content

The thing that connects your pipes to your colon

License

Notifications You must be signed in to change notification settings

glacambre/ileum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ileum is a zsh plugin that catches all commands starting with a colon and runs them in the parent neovim instance. To install Ileum, clone this repository somewhere on your disk and add source /path/to/ileum.sh to your .zshrc.

Example usage:

Print the address of the parent neovim instance:

:echo '$NVIM_LISTEN_ADDRESS'

Pipe the content of a command to a vertically split buffer:

grep mypattern /path/to/file | :vnew

Close the terminal buffer:

:q

About

The thing that connects your pipes to your colon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published