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.
- Host: GitHub
- URL: https://github.com/anki-code/xonsh-vim-read
- Owner: anki-code
- License: bsd-2-clause
- Created: 2021-05-13T13:39:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T14:12:24.000Z (almost 3 years ago)
- Last Synced: 2025-06-01T15:48:13.342Z (4 months ago)
- Topics: vim, xonsh, xontrib
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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).