test
This commit is contained in:
parent
887e961c9d
commit
027ecf3dd3
|
@ -47,8 +47,7 @@ VimsCode is an IDE with vim for beginner or expert :
|
||||||
|
|
||||||
### Introduction :
|
### Introduction :
|
||||||
|
|
||||||
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 :
|
||||||
|
|
||||||
```
|
```
|
||||||
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 elinks
|
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
|
||||||
|
@ -82,6 +81,8 @@ Launch `vim` and run `:PluginInstall`
|
||||||
|
|
||||||
### Short-cute VimsCode :
|
### Short-cute VimsCode :
|
||||||
|
|
||||||
|
This short-cute are totally switchable.
|
||||||
|
|
||||||
```
|
```
|
||||||
"F2" Shows a vim note
|
"F2" Shows a vim note
|
||||||
"F3" Shows the tree structure
|
"F3" Shows the tree structure
|
||||||
|
@ -93,7 +94,8 @@ Launch `vim` and run `:PluginInstall`
|
||||||
"F9" navigate between vim tabs
|
"F9" navigate between vim tabs
|
||||||
```
|
```
|
||||||
|
|
||||||
You can change the hight of window with mouse.
|
-Shortcut to a duckduckgo search, you must be in visual mode and select the desired word.
|
||||||
|
-You can change the hight of window with mouse.
|
||||||
|
|
||||||
Finally you can run vimscode :
|
Finally you can run vimscode :
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue