This is a draft cheat sheet. It is a work in progress and is not finished yet.
Déplacement VIM
Début document |
gg |
Fin document |
G |
Début ligne |
0 | home |
Fin ligne |
$ | end |
Prochain mot |
w |
Précédent mot |
b |
Edition VIM
Lister changements |
:w !diff % - |
Changer le mots courrant |
cw |
Supprimer ligne |
dd |
Supprime fin de ligne |
D |
Copier |
y |
Selection VIM
Selectionner ligne |
V |
Selection |
v |
|
|
Linux
Datetime history |
echo 'export HISTTIMEFORMAT="%d/%m/%y %T "' >> ~/.bash_profile |
Rendre un fichier executable |
chmod -x file |
|