Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nims11/vim-nano
Mighty nano inside a vim
https://github.com/nims11/vim-nano
nano neovim vim
Last synced: 1 day 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T00:42:38.000Z (almost 6 years ago)
- Last Synced: 2023-10-20T22:05:10.606Z (over 1 year 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
```![vim-nano in action](https://raw.githubusercontent.com/nims11/vim-nano/master/screenshot.png)