From 42d719094a66feebe1963135bdc4da760578cb7a Mon Sep 17 00:00:00 2001 From: hophacker Date: Mon, 16 Nov 2020 11:34:07 +0800 Subject: [PATCH] add section Q&A, how to edit command line in vim --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aa16bde..8f7f662 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ Ctrl+\ |show(hide) the Buffers| * Install `prettier`: `yarn global add prettier` or `npm install --global prettier` * Open vim and enter command: `:SPUPdate` +## Q&A + +#### How to edit command line in vim +During editing command line, press `esc` to enter normal mode, then press `C-x C-e` to edit current command line in vim. #### 安装 iTerm Solarized Colors