From ce71ea88c72bef139826bf069ebb6c512786d868 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 10 Sep 2024 21:25:14 +0200 Subject: [PATCH] docs: add hover mode and keybinding to help --- help.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/help.md b/help.md index 7133172..afbc912 100644 --- a/help.md +++ b/help.md @@ -255,6 +255,12 @@ cycle style of editing. - Alt-MouseLeft => Goto definition of symbol at click +- Ctrl-k -> Ctrl-i => + Show information about the symbol at the cursor (hover) + +- hold Alt => + Enable jump/hover mouse mode + ### Debugging Commands - F5, Ctrl-Shift-i =>