Activer la fonctionnalité de repli de texte (et/ou code) de vim.
set foldmethod=indent " Enable folding
set foldlevel=99
map <Tab> za " Enable folding with <Tab>
GNU+Linux command memo
Activer la fonctionnalité de repli de texte (et/ou code) de vim.
set foldmethod=indent " Enable folding
set foldlevel=99
map <Tab> za " Enable folding with <Tab>