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

https://github.com/anki-code/xonsh-vim-read

The xonsh shell wrapper to running the command via vim read.
https://github.com/anki-code/xonsh-vim-read

vim xonsh xontrib

Last synced: 3 months ago
JSON representation

The xonsh shell wrapper to running the command via vim read.

Awesome Lists containing this project

README

          

The xonsh shell wrapper to running the command via vim read.

## Install

```python
xonsh
cd $XDG_DATA_HOME
git clone https://github.com/anki-code/xonsh-vim-read
echo 'set shell=$XDG_DATA_HOME/xonsh-vim-read/xonsh-vim-read' >> ~/.vimrc
```

## Usage

```python
vim
:read !2+2
# 4
```

## Known issues

Tested only on Linux.

## Links
* This package was created with [xontrib cookiecutter template](https://github.com/xonsh/xontrib-cookiecutter).