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 |