mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 20:01:33 +00:00
vim: Add shift-k as alias for g h (#11463)
Co-Authored-By: Zachiah Sawyer <zachiah@proton.me> Release Notes: - vim: Added `shift-k` to show the hover tooltip Co-authored-by: Zachiah Sawyer <zachiah@proton.me>
This commit is contained in:
parent
d6a6330419
commit
96a3021b12
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@
|
|||
"shift-v": "vim::ToggleVisualLine",
|
||||
"ctrl-v": "vim::ToggleVisualBlock",
|
||||
"ctrl-q": "vim::ToggleVisualBlock",
|
||||
"shift-k": "editor::Hover",
|
||||
"shift-r": "vim::ToggleReplace",
|
||||
"0": "vim::StartOfLine", // When no number operator present, use start of line motion
|
||||
"ctrl-f": "vim::PageDown",
|
||||
|
|
Loading…
Reference in a new issue