Links
=====

* `Die Vim-Projektseite <http://www.vim.org>`_

Auf folgenden Seiten finden sich weitere Infos rund um Vim:

* `Vim Survival Guide <https://www.fusionbox.com/blog/detail/vim-survival-guide/609/>`_

* `Selflinux Vim Tutorial <http://www.selflinux.org/selflinux/html/vim.html>`_
* `A Byte of Vim (free online book) <https://vim.swaroopch.com>`_
* `Rechtschreibprüfung mit Vim <http://wiki.ubuntu-forum.de/index.php?title=Vim/Rechtschreibprüfung>`_
* `Superuser Vim Questions <https://superuser.com/questions/tagged/vim>`_
* `Vim Regular Expressions 1 <http://vimregex.com/>`_
* `Vim Regular Expressions 2 <https://www.zinkwazi.com/unix/notes/vimtips.html>`_
* `Scripting Vim <https://www.ibm.com/developerworks/linux/library/l-vim-script-1/index.html>`_

Vim-Lehrbuch:

* `Learn Vim-Scripting (The Hard Way) <http://learnvimscriptthehardway.stevelosh.com/>`_

Vim-Kurzübersichten:

* `Vim Cheat Sheet 1 <http://www.fprintf.net/vimCheatSheet.html>`_
* `Vim Cheat Sheet 2 (PDF) <http://www.atmos.albany.edu/daes/atmclasses/atm350/vi_cheat_sheet.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/