From 254a9394af2a9b51aa81127b23bddcce656888dc Mon Sep 17 00:00:00 2001 From: ~hedy Date: Wed, 8 Nov 2023 09:50:10 +0800 Subject: [PATCH] Update README.md Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4aec06..b816b02 100644 --- a/README.md +++ b/README.md @@ -641,8 +641,8 @@ These mappings are active for the outline window. | ? | Show help message | | Enter | Go to symbol location in code | | o | Go to symbol location in code without losing focus | -| Ctrl+j | Go up and goto location | -| Ctrl+k | Go down and goto location | +| Ctrl+k | Go up and goto location | +| Ctrl+j | Go down and goto location | | Ctrl+g | Go to code location in outline window | | Ctrl+Space | Hover current symbol | | K | Toggles the current symbol preview |