https://github.com/0xffset/v-skript
📦 A collection of Vim scripts to introduce to you through the Vim basic scripting
https://github.com/0xffset/v-skript
scripting vim
Last synced: 10 months ago
JSON representation
📦 A collection of Vim scripts to introduce to you through the Vim basic scripting
- Host: GitHub
- URL: https://github.com/0xffset/v-skript
- Owner: 0xffset
- License: mit
- Created: 2021-03-01T00:00:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-23T20:08:01.000Z (over 5 years ago)
- Last Synced: 2025-01-22T11:48:00.183Z (over 1 year ago)
- Topics: scripting, vim
- Language: Vim script
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
V-Skript
A lot of Vim scripts to introduce to you through the Vim basic scripting.
Table of Contents
## About The Project
These scripts represent the most fundamentals part of Vim scripting. You can find practical examples to develop your usability using Vim editor at the same time that learns code! Sometimes, in the initials stages when we are learning Vim, we find it difficult to grasp the concepts regardless of the time expending in through it. Why? because Vim editor was created to be used just with keyboard inputs, so if someone is accustomed to using another most modern editor, it will be more difficult. In this project, I tried to create get fast compression about Vim and Vim scripting.
## Getting Started
### Prerequisites
To getting started, I recommend to you already have some pieces of knowledge about the basic Vim code editor, If not the case, you can get a quick introduction through the fundamentals here https://openvim.com/ or following the tutorial in the same Vim editor.
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Acknowledgements
* [Vim Documentation](https://www.vim.org/docs.php)
* [Vim Scripting Book ](https://learnvimscriptthehardway.stevelosh.com/)