meine
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
A Vim plugin that opens an interactive terminal in a buffer for running programs
git clone https://github.com/tc50cal/vim-terminal.gittc50cal/vim-terminalvim-terminal is a Vim plugin which allows you to run interactive programs, such as bash on Linux or powershell.exe on Windows, inside a Vim buffer. In other words, it is a terminal emulator which uses a Vim buffer to display the program output.
Type :Terminal to run your command in vim, for example:
:Terminal bash :Terminal mysql -h localhost -u joe -p sock_collection :Terminal Powershell.exe :Terminal C:\Python27\python.exe
To open Terminal in a new horizontal or vertical buffer use:
:TerminalSplit <command> :TerminalVSplit <command> :TerminalTab <command>
All text typed in insert mode will be sent to your shell. Use the key to send a visual selection from any buffer to the shell.
For more help type :help Terminal
apt-vim install -y https://github.com/tc50cal/vim-terminal.git
vim-terminal was inspired by Conque
more like this
meine 🌒 - A CLI file manager and system utility built with Textual. It combines intuitive command parsing with rich t…
search projects, people, and tags