aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index c819f04..5eb2929 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,16 @@ Print current config: `nvf-print-config nvim | bat --language lua`
## Handy shortcuts
- leader is space
-- `<leader>g` show git diff pop up
- `<leader>ld` show linter error / warning list at bottom
- `<leader>/` find text in files - grep text in files
- `<leader>.` find files - grep files names
-- `CTRL+T` Terminal
+- `CTRL+T` terminal
+- `<leader>g` show git diff pop up
+
+### Code
+- `<leader>ln` rename variable
+- `CTRL+Left click` Go to definition
+- `<leader>lgr` find all references
## Handy commands
- `:StripWhitespace` - remove unwanted trailing whitespace