Fix comma and tabs in markdown help

This commit is contained in:
anatoly techtonik
2016-09-11 22:40:02 +03:00
committed by GitHub
parent a853164302
commit f4e0a3c0f8

View File

@@ -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",
}
```