Presentation de https://github.com/romainl/vim-dichromatic Résentation vite fait de redshift et f:lux : http://jonls.dk/redshift/ et https://justgetflux.com/ Dimitri a présenté replacer: https://github.com/cgestes/ctafconf/blob/master/bin/replacer et pycp: https://github.com/yannicklm/pycp nnoremap ' ` entre deux splits, windo diffthis => fait un diff si on fait des modifs dans un des splits on peu utiliser diffupdate https://github.com/junegunn/goyo.vim vim-sleuth pour setter les settings d'indentation automatiquement: https://github.com/tpope/vim-sleuth // CamelCase Motion (marche aussi avec les snake case + abolish, parce que c'est que du bonheur ♥) "map w CamelCaseMotion_w map b CamelCaseMotion_b map e CamelCaseMotion_e omap i_ CamelCaseMotion_iw xmap i_ CamelCaseMotion_iw omap i- CamelCaseMotion_iw xmap i- CamelCaseMotion_iw omap ib CamelCaseMotion_ib xmap ib CamelCaseMotion_ib omap ie CamelCaseMotion_ie xmap ie CamelCaseMotion_ie map CamelCaseMotion_e map CamelCaseMotion_b NeoBundle 'bkad/CamelCaseMotion' NeoBundle 'tpope/vim-abolish' romain nous a décrit https://github.com/romainl/idiomatic-vimrc des « guidelines » pour VOTRE vimrc ;-)