Updated README
This commit is contained in:
parent
8968cf3e61
commit
a20351799a
16
README.md
16
README.md
|
|
@ -28,14 +28,14 @@ You get a full C/C++ IDE config incl DAP debugging support working out of the bo
|
||||||
- start neovim, wait a bit and enjoy!
|
- start neovim, wait a bit and enjoy!
|
||||||
|
|
||||||
Some of the shortcuts (my <leader> is comma)
|
Some of the shortcuts (my <leader> is comma)
|
||||||
- ; : : (thx renerocksai for this idea!)
|
- ; : : (thx renerocksai for this idea!)
|
||||||
- ,, : fuzzy select / open file
|
- ,, : fuzzy select / open file
|
||||||
- ,v : open a new vsplit
|
- ,v : open a new vsplit
|
||||||
- ,mm: make
|
- ,mm : make (in persistent terminal)
|
||||||
- ,mc: make clean
|
- ,mc : make clean (in persistent terminal)
|
||||||
- <Ctrl-t>: toggle persistent terminal
|
- <Ctrl-t> : toggle persistent terminal
|
||||||
- <Ctrl-G>: toggle neo-tree
|
- <Ctrl-G> : toggle neo-tree
|
||||||
- <Ctrl-P>: keyword fuzzy search
|
- <Ctrl-P> : keyword fuzzy search
|
||||||
```
|
```
|
||||||
You can search for M64 in init.lua to find my changes.
|
You can search for M64 in init.lua to find my changes.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue