From e1cea899e90e573d1f927e9a4cb5ace1b3642d20 Mon Sep 17 00:00:00 2001 From: Charles Gueunet Date: Fri, 12 Oct 2018 15:46:36 +0200 Subject: [PATCH] doc(Misc): some other cool shortcut not to forget --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 51cf308..9f5ea41 100755 --- a/README.md +++ b/README.md @@ -81,6 +81,10 @@ In Normal mode, `v` let you edit the command inside vim * `Ctrl-p/n` navigate through last version of this command * `Ctrl-Space` same as tab * `Ctrl-g` substiture in last command +* Misc + * `v` in normal mode to edit inside vim + * `Ctrl-q` to enter a command in a temporary promt (recover your input after) + __Copyright__ -------------