Vim PDF Documentationhttp://nathangrigg.net/vimhelp/
Silver searcherhttps://github.com/ggreer/the_silver_searcher
Pour rechercher dans des fichiers de code
grep mais recherche dans tous les fichiers
ack recherche restreinte au fichiers de code mais lent
silver searcher : combine les 2
Existe en plugin vim
http://geoff.greer.fm/2011/12/27/the-silver-searcher-better-than-ack/
spf13-vim - The Ultimate Vim Distributionhttp://vim.spf13.com/#custom
Package vim permet d'avoir un vim configuré prêt à l'emploi
A étudier
Buffers, windows, and tabs - Arabesquehttp://blog.sanctum.geek.nz/buffers-windows-tabs/
Différences entre buffers, fenêtres (windows) et onglet (tab)
Vim After 11 Years - Ian Langworth's Things of Variable Interesthttp://statico.github.io/vim.html
Retour d’expérience sur l'utilisation et le paramétrage de vim.
La suite : http://statico.github.io/vim2.html
Reste à voir :
L'article la suite
Raccourcis de formatage :
:nmap \t :set expandtab tabstop=4 shiftwidth=4 softtabstop=4<CR>
:nmap \T :set expandtab tabstop=8 shiftwidth=8 softtabstop=4<CR>
:nmap \M :set noexpandtab tabstop=8 softtabstop=4 shiftwidth=4<CR>
:nmap \m :set expandtab tabstop=2 shiftwidth=2 softtabstop=2<CR>
Plugins Syntastic (erreurs code), NERD Tree (arbre fichier), CTRL-P (switch buffer/fichiers)
Dans les commentaires :
vim-css-color (surlignage des couleurs HTML), ColorV (idem), YouCompleteMe (auto completion de code)
VI Airlinehttps://github.com/bling/vim-airline
Powerline pour Vim mais plus léger que le vrai powerline
vi-vim-cheat-sheet.gif (Image GIF, 1024x724 pixels)http://www.viemu.com/vi-vim-cheat-sheet.gif
Cheat sheet Vim
productivity - What is your most productive shortcut with Vim? - Stack Overflowhttp://stackoverflow.com/questions/1218390/what-is-your-most-productive-shortcut-with-vim/1220118#1220118
Tips vim
vim - How do I indent multiple lines quickly in vi? - Stack Overflowhttp://stackoverflow.com/questions/235839/how-do-i-indent-multiple-lines-quickly-in-vi
Raccourcis / commande vim pour indenter du code
VIM Adventureshttp://vim-adventures.com/
Jeu en HTML5 pour apprendre a utiliser VIM
vim-powerline - GitHubhttps://github.com/powerline/powerline
Plugin vim ajoutant une barre de statut
Mieux : vim airline : plus léger, pur vimscript, plus facile a installer
vim-cheat-sheet-diagram | Flickr : partage de photos !http://www.flickr.com/photos/appleboy/4177612069/
Memento des déplacement dans vim
Vim Cheat Sheat for Programmers by Michael Pohoreskihttp://michael.peopleofhonoronly.com/vim/
Memento vim
Why, oh WHY, do those #?@! nutheads use vi?http://www.viemu.com/a-why-vi-vim.html
Les raisons qui font que vi/vim est le meilleur éditeur texte
Graphical vi-vim Cheat Sheet and Tutorialhttp://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html
Memento + guide progressif d'apprentissage de vi/vim
Apprenez Vim Progressivementhttp://yannesposito.com/Scratch/fr/blog/Learn-Vim-Progressively/
Tutoriel vim en Francais
A approfondir à partir du paragraphe 3