From 7a91ff20a66473e262d6fb1b9d11cb3021c29d6d Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 15 May 2023 12:54:37 +0200 Subject: [PATCH] test --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a5581a..c9dedfb 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ VimsCode is an IDE with vim for beginner or expert Installation requires [git, wget, flex, bison, gperf, python3, python3-venv, cmake, ninja-build, ccache, libffi-dev, libssl-dev, dfu-util, libusb-1.0-0] ``` sudo apt update - sudo apt install git, wget, flex, bison, gperf, python3, python3-venv, cmake, ninja-build, ccache, libffi-dev, libssl-dev, dfu-util, libusb-1.0-0 + sudo apt install git, wget, flex, bison, gperf, python3, python3-venv, cmake, ninja-build, ccache, libffi-dev, libssl-dev, dfu-util, libusb-1.0-0, elinks ``` 2. Set up VimsCode @@ -37,6 +37,7 @@ VimsCode is an IDE with vim for beginner or expert 1. Short-cute VimsCode + ``` "F2" Shows a vim note "F3" Shows the tree structure @@ -52,6 +53,7 @@ VimsCode is an IDE with vim for beginner or expert "F8" created a new vim tab "F9" navigate between vim tabs + ``` 2. More Doc