From 34d3fccb246a0224b6dca223ff7e595ceb158a75 Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 26 Oct 2020 22:40:09 +0800 Subject: move Vim learning resources to seprate files --- docs/vim_resources.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/vim_resources.md (limited to 'docs/vim_resources.md') diff --git a/docs/vim_resources.md b/docs/vim_resources.md new file mode 100644 index 0000000..efbfb17 --- /dev/null +++ b/docs/vim_resources.md @@ -0,0 +1,13 @@ +Below are a list of resources that inspire me. This list is non-exhaustive as I +can not remember the source of many settings. + +- http://stevelosh.com/blog/2010/09/coming-home-to-vim/ +- https://github.com/tamlok/tvim/blob/master/.vimrc +- https://nvie.com/posts/how-i-boosted-my-vim/ +- https://blog.carbonfive.com/2011/10/17/vim-text-objects-the-definitive-guide/ +- https://sanctum.geek.nz/arabesque/vim-anti-patterns/ +- https://github.com/gkapfham/dotfiles/blob/master/.vimrc +- https://google.github.io/styleguide/vimscriptguide.xml +- https://github.com/romainl/idiomatic-vimrc +- https://github.com/mhinz/vim-galore +- https://learnvimscriptthehardway.stevelosh.com/ -- cgit v1.2.3