Skip to content

Commit 90fce3a

Browse files
committed
Vim Resources page
1 parent 8865fc3 commit 90fce3a

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

vim-resources.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
layout: page
3+
title: Vim Resources
4+
permalink: /vim-resources/
5+
---
6+
7+
## Books
8+
9+
- [Practical Vim][1]
10+
- [Learn Vimscript the Hard Way][2]
11+
12+
## Tutorial, Screencasts
13+
14+
- [Vimcasts][3]
15+
- [The Art of Vim][4]
16+
- [Introduction to Vim][5]
17+
- [Interactive Vim tutorial][6]
18+
19+
## Games
20+
21+
- [Vim adventures][7]
22+
- [shortcutFoo Vim dojo][8]
23+
- [VimGolf][9]
24+
25+
## Articles
26+
27+
- [Everyone Who Tried to Convince Me to use Vim was Wrong][10]
28+
29+
## Themes
30+
31+
- [~/.vim/colors][11]
32+
33+
## Lists of plugins
34+
35+
- [VimAwesome][12]
36+
- [:best of Vim](http://www.bestofvim.com/plugin/)
37+
38+
## Other
39+
40+
- [neovim][13]
41+
42+
43+
[1]: https://pragprog.com/book/dnvim/practical-vim
44+
[2]: http://learnvimscriptthehardway.stevelosh.com/
45+
[3]: http://vimcasts.org
46+
[4]: https://upcase.com/the-art-of-vim
47+
[5]: https://www.turnkeylinux.org/blog/vim-tutorial
48+
[6]: http://www.openvim.com/
49+
[7]: http://vim-adventures.com/
50+
[8]: https://www.shortcutfoo.com/app/dojos/vim
51+
[9]: http://vimgolf.com/
52+
[10]: http://yehudakatz.com/2010/07/29/everyone-who-tried-to-convince-me-to-use-vim-was-wrong/
53+
[11]: http://vimcolors.com/
54+
[12]: http://vimawesome.com/
55+
[13]: https://neovim.io/

0 commit comments

Comments
 (0)