Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbruinsslot committed Mar 17, 2017
1 parent 7f76ae4 commit 6fdaaba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ Getting started
"C-f": "chat-down",
"C-d": "chat-down",
"q": "quit",
"<f1>": "help"
"<f1>": "help"
},
"insert": {
"<left>": "cursor-left",
"<right>": "cursor-right",
"<enter>": "send",
"<escape>": "mode-command",
"<backspace>": "backspace",
"C-8": "backspace",
"C-8": "backspace",
"<delete>": "delete",
"<space>": "space"
}
Expand Down

0 comments on commit 6fdaaba

Please sign in to comment.