Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ccf7d8

Browse files
link updates and formatting
1 parent 5c66158 commit 5ccf7d8

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

Vim_curated_resources.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@ Vim resources
3030

3131
* [Practical Vim](https://pragprog.com/book/dnvim2/practical-vim-second-edition) - published 2015
3232
* Also check out [vimcasts](http://vimcasts.org/episodes/)
33+
* [Mastering Vim Quickly](https://jovicailic.org/mastering-vim-quickly/) - published 2017
3334
* [vim book by Steve Oualline](http://www.oualline.com/vim-book.html) - published 2007
3435
* [vimscript](http://learnvimscriptthehardway.stevelosh.com/)
3536
* [A Byte of Vim](https://vim.swaroopch.com/)
36-
* [vim user manual](http://www.eandem.co.uk/mrw/vim/usr_doc/index.html) - version 7.4.443
37-
* [vim FAQ](https://github.com/chrisbra/vim_faq)
37+
* Vim manuals and related
38+
* [HTML version of the Vim help pages](http://vimhelp.appspot.com/) - version 8+
39+
* [vim user manual](http://www.eandem.co.uk/mrw/vim/usr_doc/index.html) - version 7.4.443
40+
* [vim FAQ](https://github.com/chrisbra/vim_faq)
3841

3942
<br>
4043

@@ -46,7 +49,7 @@ Vim resources
4649
* [shortcutfoo](https://www.shortcutfoo.com/app/dojos/vim/cheatsheet) - has nice animation for some of the shortcuts
4750
* [cheatsheet in multiple languages](https://vim.rtorr.com/) - shows up as embedded content in [DuckDuckGo search](https://duckduckgo.com/?q=vim+cheat+sheet)
4851

49-
And [Vim script cheatsheet](http://ricostacruz.com/cheatsheets/vimscript.html) - sort of quick intro to vim script as well
52+
And [Vim script cheatsheet](https://devhints.io/vimscript) - quick intro to vim script as well
5053

5154
<br>
5255

@@ -78,14 +81,14 @@ And [Vim script cheatsheet](http://ricostacruz.com/cheatsheets/vimscript.html) -
7881

7982
# <a name="further-reading"></a>Further Reading
8083

81-
* [vimgolf](http://www.vimgolf.com/)
84+
* [vimgolf](https://www.vimgolf.com/)
8285
* [vimgifs](https://vimgifs.com/)
8386
* [vim resources collection](https://vim.zeef.com/patrick.schanen)
8487
* [awesome vim](https://github.com/akrawchyk/awesome-vim)
8588
* [why use vim](http://www.viemu.com/a-why-vi-vim.html)
8689
* [man pager in vim](https://www.reddit.com/r/vim/comments/4xkyah/til_builtin_man_pager_in_vim/)
8790
* [Things about vim I wish I knew earlier](https://blog.petrzemek.net/2016/04/06/things-about-vim-i-wish-i-knew-earlier/)
88-
* [Tabs vs Buffers](http://joshldavis.com/2014/04/05/vim-tab-madness-buffers-vs-tabs/)
91+
* [Tabs vs Buffers](https://joshldavis.com/2014/04/05/vim-tab-madness-buffers-vs-tabs/)
8992

9093
<br>
9194

0 commit comments

Comments
 (0)