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
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user