minor: fix hover key

pull/8/head
Blaž Hrastnik 2021-03-02 18:25:47 +09:00
parent bd0f6c1dfc
commit 8b2cbb53fd
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ pub fn default() -> Keymaps {
// move under <space>c
ctrl!('c') => commands::toggle_comments,
ctrl!('K') => commands::hover,
shift!('K') => commands::hover,
// z family for save/restore/combine from/to sels from register
);