From a8e82d9fd5e35852b4a8246b7e17401d1009aeff Mon Sep 17 00:00:00 2001 From: bartosz Date: Mon, 9 Dec 2024 10:03:23 +0100 Subject: [PATCH] Remove the erroneous comma from the keymap example in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4b57f7..a3fd5b5 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ We strive to have sane default key bindings, but there will always be cases wher "next.chat": "ctrl+tab", "prev.chat": "ctrl+shift+tab", "quit": "ctrl+q", - "newline": "shift+enter", + "newline": "shift+enter" } } ```