diff options
author | CossonLeo | 2021-11-09 02:12:11 +0000 |
---|---|---|
committer | GitHub | 2021-11-09 02:12:11 +0000 |
commit | 490919df4fe6474fcabb647d410126c60bc52880 (patch) | |
tree | ed00004816a6bdc030630a02945c8ad23cc8a626 /book | |
parent | a69caff450ff8201e16d0a0b4617114e03ed3c97 (diff) |
Add rename_symbol to book/ (#1031)
* rename_symbol book
* Update book/src/keymap.md
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
Diffstat (limited to 'book')
-rw-r--r-- | book/src/keymap.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/book/src/keymap.md b/book/src/keymap.md index 5a6aee41..c6feb44f 100644 --- a/book/src/keymap.md +++ b/book/src/keymap.md @@ -215,6 +215,7 @@ This layer is a kludge of mappings, mostly pickers. | `Y` | Yank main selection to clipboard | `yank_main_selection_to_clipboard` | | `R` | Replace selections by clipboard contents | `replace_selections_with_clipboard` | | `/` | Global search in workspace folder | `global_search` | +| `r` | Rename symbol using the language server | `rename_symbol` | > NOTE: Global search display results in a fuzzy picker, use `space + '` to bring it back up after opening a file. |