mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-11 14:34:31 +03:00
minor: fix hover key
This commit is contained in:
parent
bd0f6c1dfc
commit
8b2cbb53fd
@ -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
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user