Commandes principales vi & expressions régulières | vi_-_commandes_principales.pdf |
vim cheat sheet | vim_cheat_sheet.pdf |
: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 |