mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 09:48:09 +02:00
Fix typo in option definitions
This commit is contained in:
@@ -3657,10 +3657,10 @@ map('Seventh window',
|
|||||||
only='macos',
|
only='macos',
|
||||||
)
|
)
|
||||||
|
|
||||||
map('Eight window',
|
map('Eighth window',
|
||||||
'eighth_window kitty_mod+8 eighth_window',
|
'eighth_window kitty_mod+8 eighth_window',
|
||||||
)
|
)
|
||||||
map('Eight window',
|
map('Eighth window',
|
||||||
'eighth_window cmd+8 eighth_window',
|
'eighth_window cmd+8 eighth_window',
|
||||||
only='macos',
|
only='macos',
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user