Skip to content

anki-code/xonsh-vim-read

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Install

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

vim
:read !2+2
# 4

Known issues

Tested only on Linux.

Links