From 6b77b51266a6e4167ce36bd5eb5bca59d1c04912 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Tue, 3 Dec 2024 23:11:32 +0100 Subject: [PATCH] fix: type in vim.json --- src/keybind/builtin/vim.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/keybind/builtin/vim.json b/src/keybind/builtin/vim.json index b5f4890..aa6d383 100644 --- a/src/keybind/builtin/vim.json +++ b/src/keybind/builtin/vim.json @@ -73,7 +73,7 @@ "line_numbers": "relative", "cursor": "underline", "press": [ - ["", "enter_mode", "normal"], + ["", "enter_mode", "normal"] ] }, "insert": {