From 4424a06c934d1618e2412eda26f972f75b330d7b Mon Sep 17 00:00:00 2001 From: btatu Date: Mon, 24 Jul 2017 14:11:54 +0200 Subject: [PATCH] add tips for increase/decrease numbers --- HowtoVim.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HowtoVim.md b/HowtoVim.md index b2ec6ed4..cafd1b86 100644 --- a/HowtoVim.md +++ b/HowtoVim.md @@ -110,6 +110,13 @@ Pour désactiver les options, il faudra ajouter le préfixe "no". Voici un exemp ## Usages spécifiques + * Incrémenter / Décrémenter un nombre : + +~~~ +Ctrl+a = "Incrémenter" +Ctrl+x = "Décrémenter" +~~~ + * Commenter du code selon la procédure suivante : ~~~