From 56b544c8093825899b17d92bd1e27f82ca0f4266 Mon Sep 17 00:00:00 2001 From: SamPosh Date: Wed, 3 May 2023 14:17:40 +0530 Subject: [PATCH] Update README.md Usage is updated --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index cdb2446a..35561042 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,17 @@ F11 - step into shift + F11 - step out F7 - to toggle the DapUI. Using this last debug session result can be seen +# Below are some more options frequently used +Space + gd = Go to definition +Space + gr = Find references +Space + rn - Rename a variable - Equal to F2 in vscode +Space + ds - Display symbols (functions/variable etc) +Space + sf - Search files( Fuzzy finder) equal to Ctrl+p in vscode +Space + sw - Search words in file (Equal to Ctrl+shift+f in vscode) +zR - Expand all fold +zM - Collapse all folds (we can also use mouse as ufo plugin is installed) + + ``` ### To install locally ```