test
This commit is contained in:
parent
a5b5b22603
commit
7a91ff20a6
|
@ -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]
|
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 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
|
2. Set up VimsCode
|
||||||
|
|
||||||
|
@ -37,6 +37,7 @@ VimsCode is an IDE with vim for beginner or expert
|
||||||
|
|
||||||
1. Short-cute VimsCode
|
1. Short-cute VimsCode
|
||||||
|
|
||||||
|
```
|
||||||
"F2" Shows a vim note
|
"F2" Shows a vim note
|
||||||
|
|
||||||
"F3" Shows the tree structure
|
"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
|
"F8" created a new vim tab
|
||||||
|
|
||||||
"F9" navigate between vim tabs
|
"F9" navigate between vim tabs
|
||||||
|
```
|
||||||
|
|
||||||
2. More Doc
|
2. More Doc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue