Quotidien Hebdomadaire Mensuel

Quotidien Shaarli

August 5, 2013

Vim After 11 Years - Ian Langworth's Things of Variable Interest

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)