Skip to content

Commit 51cf5b2

Browse files
committed
update Resources page
Add httpS to as many pages as take it. Move inline links to numbered list in footer.
1 parent cad4364 commit 51cf5b2

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

vim-resources.md

+13-10
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ permalink: /vim-resources/
3030
- [To Vim][13]
3131
- [Turning vim into an IDE through vim plugins][14]
3232
- [Vim Croquet][15]
33-
- [Vim Text Objects: The Definitive Guide](http://blog.carbonfive.com/2011/10/17/vim-text-objects-the-definitive-guide/)
34-
- [Vim: revisited](http://mislav.net/2011/12/vim-revisited/)
33+
- [Vim Text Objects: The Definitive Guide][19]
34+
- [Vim: revisited][20]
3535

3636
## Themes
3737

@@ -40,28 +40,31 @@ permalink: /vim-resources/
4040
## Lists of plugins
4141

4242
- [VimAwesome][17]
43-
- [:best of Vim](http://www.bestofvim.com/plugin/)
4443

4544
## Other
4645

4746
- [neovim][18]
47+
- [macvim][21]
4848

4949

5050
[1]: https://pragprog.com/book/dnvim/practical-vim
5151
[2]: http://learnvimscriptthehardway.stevelosh.com/
5252
[3]: http://vimcasts.org
5353
[4]: https://upcase.com/the-art-of-vim
5454
[5]: https://www.turnkeylinux.org/blog/vim-tutorial
55-
[6]: http://www.openvim.com/
56-
[7]: http://vim-adventures.com/
55+
[6]: https://www.openvim.com/
56+
[7]: https://vim-adventures.com/
5757
[8]: https://www.shortcutfoo.com/app/dojos/vim
58-
[9]: http://vimgolf.com/
58+
[9]: https://vimgolf.com/
5959
[10]: https://robots.thoughtbot.com/an-improved-vim-rspec-workflow
60-
[11]: http://yehudakatz.com/2010/07/29/everyone-who-tried-to-convince-me-to-use-vim-was-wrong/
60+
[11]: https://yehudakatz.com/2010/07/29/everyone-who-tried-to-convince-me-to-use-vim-was-wrong/
6161
[12]: https://robots.thoughtbot.com/the-vim-learning-curve-is-a-myth
62-
[13]: http://ianhocking.com/2013/11/17/to-vim/
62+
[13]: https://ianhocking.com/2013/11/17/to-vim/
6363
[14]: https://www.safaribooksonline.com/blog/2014/11/23/way-vim-ide/
6464
[15]: http://www.drbunsen.org/vim-croquet/
65-
[16]: http://vimcolors.com/
66-
[17]: http://vimawesome.com/
65+
[16]: https://vimcolors.com/
66+
[17]: https://vimawesome.com/
6767
[18]: https://neovim.io/
68+
[19]: https://blog.carbonfive.com/2011/10/17/vim-text-objects-the-definitive-guide/
69+
[20]: https://mislav.net/2011/12/vim-revisited/
70+
[21]: https://macvim-dev.github.io/macvim/

0 commit comments

Comments
 (0)