https://github.com/nwaywood/vim-talk
Slides for a Vim presentation I gave
https://github.com/nwaywood/vim-talk
vim
Last synced: about 1 year ago
JSON representation
Slides for a Vim presentation I gave
- Host: GitHub
- URL: https://github.com/nwaywood/vim-talk
- Owner: nwaywood
- Created: 2017-04-28T04:51:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T00:53:42.000Z (about 5 years ago)
- Last Synced: 2025-02-15T02:25:41.985Z (over 1 year ago)
- Topics: vim
- Language: HTML
- Size: 813 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# speaking-the-language-of-vim
To this day, Vim remains one of the most popular text editors amoung engineers and scientists. Whether it's to make your day-to-day Python/R/C++ editing more productive or just to edit bash scripts from time to time, learning Vim is a fun and worthwile thing to do.
In this talk I aim to convey what it means to edit in Vim by "speaking the language" as well as describe some more advanced Vim features and show how I use Vim.
## Setup
Presentation built with [remark](https://github.com/gnab/remark)
To view presentation:
1. run `start_server.sh` to start a local web server
1. visit `localhost:8000` in web browser
1. enjoy :)