Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skanehira/command.vim

Execute shell commands in terminal
https://github.com/skanehira/command.vim

deno plugin vim

Last synced: about 1 month ago
JSON representation

Execute shell commands in terminal

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