Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skanehira/command.vim
Execute shell commands in terminal
https://github.com/skanehira/command.vim
deno plugin vim
Last synced: 3 months ago
JSON representation
Execute shell commands in terminal
- Host: GitHub
- URL: https://github.com/skanehira/command.vim
- Owner: skanehira
- License: mit
- Created: 2021-05-16T12:38:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-08T02:32:12.000Z (almost 3 years ago)
- Last Synced: 2024-06-28T07:37:22.638Z (5 months ago)
- Topics: deno, plugin, vim
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# command.vim
Execute shell commands in terminal![](https://i.gyazo.com/3b703f3d888526e282693d386051f59e.gif)
## Required
- [denops.vim](https://github.com/vim-denops/denops.vim)
- [deno](https://github.com/denoland/deno)## Supported Environments
- OS
- Linux
- Mac
- shell
- bash
- zsh
- fish## Usage
Open buffer for execute shell command.
The buffer is enable auto completion for shell history.```
:CommandBufferOpen
```## Keymap
| keymap | description |
|-------------------------------|---------------------|
| `(command_buffer_open)` | open command buffer |## Author
skanehira