From a20351799aa47737c0946e3257b2cf76ecf5e1b4 Mon Sep 17 00:00:00 2001 From: M64GitHub Date: Thu, 23 May 2024 20:19:39 +0200 Subject: [PATCH] Updated README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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.