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: 11 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 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-19T22:15:27.000Z (about 8 years ago)
- Last Synced: 2025-07-15T06:45:48.853Z (11 months ago)
- Topics: lua, vim, zerobrane
- Language: Lua
- Homepage:
- Size: 39.1 KB
- Stars: 8
- Watchers: 2
- 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