Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paul-reilly/zbs-vim
zbs-vim adds a useful subset of Vim editing to ZeroBrane Studio and the ability to open a currently edited file in an instance of Vim
https://github.com/paul-reilly/zbs-vim
lua vim zerobrane
Last synced: about 2 months ago
JSON representation
zbs-vim adds a useful subset of Vim editing to ZeroBrane Studio and the ability to open a currently edited file in an instance of Vim
- Host: GitHub
- URL: https://github.com/paul-reilly/zbs-vim
- Owner: paul-reilly
- Archived: true
- Created: 2017-10-12T02:52:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T22:15:27.000Z (almost 7 years ago)
- Last Synced: 2024-08-07T18:40:40.588Z (5 months ago)
- Topics: lua, vim, zerobrane
- Language: Lua
- Homepage:
- Size: 39.1 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zbs-vim
zbs-vim adds a useful subset of Vim editing to ZeroBrane Studio and the ability to open a currently edited file in an instance Vim
When using this to open a real instance of Vim, it's useful to set the following lines in your vimrc file so that it opens in the same position each time:
set lines=65 columns=140
winpos 400 0