An open API service indexing awesome lists of open source software.

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

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 :)