This commit is contained in:
bastien 2023-05-15 12:54:37 +02:00
parent a5b5b22603
commit 7a91ff20a6

View file

@ -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