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
- Host: GitHub
- URL: https://github.com/hoodie/vim-dojo
- Owner: hoodie
- Created: 2018-07-17T19:41:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T19:47:13.000Z (almost 7 years ago)
- Last Synced: 2025-02-10T08:44:11.231Z (3 months ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/