https://github.com/nims11/vim-nano
Mighty nano inside a vim
https://github.com/nims11/vim-nano
nano neovim vim
Last synced: 5 months ago
JSON representation
Mighty nano inside a vim
- Host: GitHub
- URL: https://github.com/nims11/vim-nano
- Owner: nims11
- License: mit
- Created: 2016-11-27T01:17:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T00:42:38.000Z (about 7 years ago)
- Last Synced: 2023-10-20T22:05:10.606Z (over 2 years ago)
- Topics: nano, neovim, vim
- Language: Vim script
- Homepage:
- Size: 33.2 KB
- Stars: 75
- Watchers: 5
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vim-nano
Mighty nano inside a vim.
I initially wrote this for a parody hackathon, and now
I just want to see how far I can go with this.
[vim8 support blog post](https://nims11.github.io/blog/vim-nano)
# Features
- Looks like GNU nano
- Various nano shortcuts/features
- No Normal/Insert mode
# Requirements
- neovim/vim8 (terminal support abused to replicate nano interface)
- python (should work with 2 or 3, I only test it on py3 nowadays)
# Installation
Not yet packaged as a plugin, because you don't need a vimrc anyway!
```
$ git clone https://github.com/nims11/vim-nano.git
$ cd vim-nano/
$ nvim -u nano.vim
```
