diff --git a/README.md b/README.md index 18e59e0..46ee012 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A comprehensive Neovim/LazyVim plugin providing **Language Server Protocol (LSP) |---------|-------------| | **Hover** | Press `K` to see variable type and struct fields | | **Completion** | `#` for variables, `.` for struct fields, `(` for functions | -| **Go to Definition** | `gd` jump to variable declaration | +| **Go to Definition** | `gD` jump to function, FB, DB, or UDT definition | | **Document Symbols** | Shows functions, variables, types | | **Workspace Symbols** | Search across all `.scl` files with fuzzy matching | | **Semantic Tokens** | Keywords, variables highlighted |