vim-sendai
Operators for sending text to an external file.
Usage
This plugin adds an operator that can be combined with other Vim motions
to write text to an external file, typically a REPL. By default, this
operator is mapped to the key sequence gs
. The target file is selected
by calling sendai#SetGlobal(filename)
.
For more information, refer to the plugin's help file.
Licence
Copyright © 2014-2018 Evan Hanson evhan@foldling.org
BSD-style license. See LICENSE
for details.