Skip to content

s3bw/vim-edit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vim-Edit

Just opening file-like objects in vim.

Install

pip install vim-edit

Usage

Open the file in your vim editor. Changes are saved.

from vim_edit import editor

with open("README.md") as file:
    editor.open(file)

About

Just opening file-like objects in vim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages