From ab85db074d6cc0e43fae2cf390edc061e159e036 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 27 Jul 2024 05:42:33 -0400 Subject: [PATCH] fix(keymaps): correct typo in keymap file Fixed a comment line that was not commented and was generating an error on kitty open. BREAKING CHANGE: Fixes an error message that had existed for several versions --- keymaps.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keymaps.conf b/keymaps.conf index f2e297b..a06150e 100644 --- a/keymaps.conf +++ b/keymaps.conf @@ -56,7 +56,7 @@ map f6 launch --location=vsplit # Create a new window splitting the space used by the existing one so that # the two windows are placed side by side if the existing window is wide or -one above the other if the existing window is tall. +# one above the other if the existing window is tall. map f4 launch --location=split # Rotate the current split, changing its split axis from vertical to