linux:vi
Table des matières
Linux
Editeur vi / vim
vi Cheat Sheet
| Commandes principales vi & expressions régulières | vi_-_commandes_principales.pdf |
| vim cheat sheet | 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 |
linux/vi.txt · Dernière modification : 2022/11/14 10:38 de zandor
