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

https://github.com/hoodie/vim-dojo

notes on a ~60min vim workshop
https://github.com/hoodie/vim-dojo

Last synced: about 1 month ago
JSON representation

notes on a ~60min vim workshop

Awesome Lists containing this project

README

        

# vim - the text editor

`// rough script for 60min crash course`
`// TODO: still in the collecting phase, PRs welcome`

## essentials

* you may leave at any time, just hit `ESC : q ENTER`
* NORMAL mode vs INSERT mode vs VISUAL MODE
* hjkl
* `w` `e` `b`
* `gg` `G`
* `{` `}`
* `zz` `zt`

## motions

## folding

## windowing / tabs / buffers

## macros

## commandline options

## gvim / mvim

* pasting

## popular extensions

`// at least the ones I know - please recommend more`

* airline/powerline
* fugitive
* gitgutter
* NERDtree
* ale
* surround
* neomake
* gundo

## IDE features

## vim elsewhere

## links
http://www.viemu.com/vi-vim-cheat-sheet.gif
http://vimcolors.com/
http://vimcasts.org/