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>
This commit is contained in:
parent
a69caff450
commit
490919df4f
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue