A vim Tutorial and Primerhttps://danielmiessler.com/study/vim/
Vim Workflows: File Switchinghttp://benmccormick.org/2014/11/10/vim-workflows-file-switching-strategies/
Dompter VIM en trois temps 1/3 | Blog Arollahttp://www.arolla.fr/blog/2015/02/dompter-vim-en-trois-temps-13/
How to boost your Vim productivity · sheerunhttp://sheerun.net/2014/03/21/how-to-boost-your-vim-productivity/
Learn Vimscript the Hard Wayhttp://learnvimscriptthehardway.stevelosh.com/
Coming Home to Vim / Steve Loshhttp://stevelosh.com/blog/2010/09/coming-home-to-vim/
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
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-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-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
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