Updated README

This commit is contained in:
M64GitHub 2024-05-23 20:19:39 +02:00
parent 8968cf3e61
commit a20351799a
No known key found for this signature in database
1 changed files with 8 additions and 8 deletions

View File

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