diff --git a/helix-term/src/keymap.rs b/helix-term/src/keymap.rs index 395ddd9a4..3be92fcce 100644 --- a/helix-term/src/keymap.rs +++ b/helix-term/src/keymap.rs @@ -242,7 +242,7 @@ pub fn default() -> Keymaps { // move under 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 );