From a5b08d26caa483e3093c6b2d606c1f36cf08e1de Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Tue, 26 Apr 2022 01:05:28 +0800 Subject: [PATCH] docs(development): update language specified key bindings --- docs/development.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/development.md b/docs/development.md index 3986367a3..753a46adf 100644 --- a/docs/development.md +++ b/docs/development.md @@ -370,9 +370,12 @@ We recommend you to use the common language specified key bindings for the same | Key Binding | Description | | ----------- | ------------------------------------------------ | +| `g d` | jump to definition | +| `g D` | jump to type definition | | `SPC l r` | start a runner for current file | | `SPC l e` | rename symbol | | `SPC l d` | show doc | +| `K` | show doc | | `SPC l i r` | remove unused imports | | `SPC l i s` | sort imports with isort | | `SPC l s i` | Start a language specified inferior REPL process |