Skip to content

alelouis/auto-zell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

auto-zell

Automatic Zellij command run in Neovim.

This plug-in allows you to set a given command to be executed in a Zellij Run pane.

Setup

Add this line to your init.lua:

{ 'alelouis/auto-zell', opt = {} }

How-to

  • Use :AutoZellSet in order to input the command to be automatically run.
  • Use :AutoZellRun to automatically create a new Run pane.

Example

Suppose I want to run a Python script in a new Run Zellij pane, I can type:
:AutoZellSet and then input python3 main.py.
Then, each time I want to run (map to a keymap for faster operations, or make an autocmd on save.): :AutoZellRun

autozell.mp4

About

Auto zellij run command for Neovim

Topics

Resources

License

Stars

Watchers

Forks

Languages