====== Linux ====== {{ :linux:vim_logo.jpg?nolink&200|}}===== Editeur vi / vim ===== \\ ==== vi Cheat Sheet ==== |Commandes principales vi & expressions régulières |{{ :astuces:vi_-_commandes_principales.pdf |}} | |vim cheat sheet |{{ :linux:vim_cheat_sheet.pdf |}} | \\ ==== Parameters ==== |:set list |Show invisible characters | |:set nolist |Don’t show invisible characters | |:set number \\ :se nu|Show line numbers | |:set nonumber |Don’t show line numbers | |:set autoindent |Indent after carriage return | |:set noautoindent |Turn off autoindent | |:set showmatch |Show matching sets of parentheses as they are typed | |:set noshowmatch |Turn off showmatch | |:set showmode |Display mode on last line of screen | |:set noshowmode |Turn off showmode | |:set all |Show values of all possible parameters |