Update README.md

Usage is updated
This commit is contained in:
SamPosh 2023-05-03 14:17:40 +05:30 committed by GitHub
parent 760fa52615
commit 56b544c809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

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