diff --git a/README.md b/README.md index 2df27ac6..e3fc32a3 100644 --- a/README.md +++ b/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! Some of the shortcuts (my is comma) - - ; : : (thx renerocksai for this idea!) - - ,, : fuzzy select / open file - - ,v : open a new vsplit - - ,mm: make - - ,mc: make clean - - : toggle persistent terminal - - : toggle neo-tree - - : keyword fuzzy search + - ; : : (thx renerocksai for this idea!) + - ,, : fuzzy select / open file + - ,v : open a new vsplit + - ,mm : make (in persistent terminal) + - ,mc : make clean (in persistent terminal) + - : toggle persistent terminal + - : toggle neo-tree + - : keyword fuzzy search ``` You can search for M64 in init.lua to find my changes.