Table of Contents
vim()
Python library for working with command-line editors (like vim).
Execute vim.
args (Union[str, Path]) –
Union
str
Path
lineno (int) –
int
commands (Iterable[str]) –
Iterable
vim_exe (Union[str, Path]) –
Union[Ok[Process, ErisError], Err[Process, ErisError]]
Ok
Process
ErisError
Err