Fix README.md

This commit is contained in:
erroneousboat 2017-03-17 14:53:57 +01:00
parent 62676a4e2b
commit 17be2c748f

View File

@ -48,7 +48,7 @@ Getting started
"C-f": "chat-down", "C-f": "chat-down",
"C-d": "chat-down", "C-d": "chat-down",
"q": "quit", "q": "quit",
"<f1>": "help" "<f1>": "help"
}, },
"insert": { "insert": {
"<left>": "cursor-left", "<left>": "cursor-left",
@ -56,7 +56,7 @@ Getting started
"<enter>": "send", "<enter>": "send",
"<escape>": "mode-command", "<escape>": "mode-command",
"<backspace>": "backspace", "<backspace>": "backspace",
"C-8": "backspace", "C-8": "backspace",
"<delete>": "delete", "<delete>": "delete",
"<space>": "space" "<space>": "space"
} }