Skip to content

Commit

Permalink
Add rename_symbol to book/ (#1031)
Browse files Browse the repository at this point in the history
* rename_symbol book

* Update book/src/keymap.md

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>

Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
  • Loading branch information
cossonleo and archseer authored Nov 9, 2021
1 parent a69caff commit 490919d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/src/keymap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 490919d

Please sign in to comment.