diff --git a/runtime/help/keybindings.md b/runtime/help/keybindings.md index 26330afa..efe68b68 100644 --- a/runtime/help/keybindings.md +++ b/runtime/help/keybindings.md @@ -72,15 +72,15 @@ you can rebind them to your liking. "Alt-a": "StartOfLine", "Alt-e": "EndOfLine", "Alt-p": "CursorUp", - "Alt-n": "CursorDown" + "Alt-n": "CursorDown", // Integration with file managers - "F1": "ToggleHelp", - "F2": "Save", - "F4": "Quit", - "F7": "Find", - "F10": "Quit", - "Esc": "Quit", + "F1": "ToggleHelp", + "F2": "Save", + "F4": "Quit", + "F7": "Find", + "F10": "Quit", + "Esc": "Quit", } ```