Links ===== * `Die Vim-Projektseite `_ Auf folgenden Seiten finden sich weitere Infos rund um Vim: * `Vim Survival Guide `_ * `Selflinux Vim Tutorial `_ * `A Byte of Vim (free online book) `_ * `Rechtschreibprüfung mit Vim `_ * `Superuser Vim Questions `_ * `Vim Regular Expressions 1 `_ * `Vim Regular Expressions 2 `_ * `Scripting Vim `_ Vim-Lehrbuch: * `Learn Vim-Scripting (The Hard Way) `_ Vim-Kurzübersichten: * `Vim Cheat Sheet 1 `_ * `Vim Cheat Sheet 2 (PDF) `_ .. http://vim.wikia.com/wiki/Vim_Tips_Wiki .. http://www.softpanorama.org/Editors/Vimorama/vim_regular_expressions.shtml .. http://www.zinkwazi.com/scripts/vi-tips-and-tricks/ .. http://www.csc.liv.ac.uk/~lan/PhD.html .. http://www.rayninfo.co.uk/vimtips.html .. http://www.cs.utah.edu/~kad/vim/vimnotes.shtml .. http://nvie.com/posts/how-i-boosted-my-vim/ .. http://www.fifi.org/doc/vim/html/starting.html .. http://www.jasondrury.com/ref_vim.php .. html: https://github.com/rstacruz/sparkup .. Noch besser als Vundle? https://github.com/junegunn/vim-plug .. Noch besser als CommandT? https://github.com/junegunn/fzf.vim .. https://github.com/junegunn/gv.vim .. :GV to open commit browser .. You can pass git log options to the command, e.g. :GV -S foobar. .. :GV! will only list commits that affected the current file .. :GV? fills the quickfix window with the revisions of the current file .. :GV or :GV? can be used in visual mode to track the changes in the selected lines. .. https://www.reddit.com/r/vim/