mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 02:17:03 +00:00
Fix typo in option definitions
This commit is contained in:
parent
94e2aeb38c
commit
38decaae40
1 changed files with 2 additions and 2 deletions
|
|
@ -3657,10 +3657,10 @@ map('Seventh window',
|
|||
only='macos',
|
||||
)
|
||||
|
||||
map('Eight window',
|
||||
map('Eighth window',
|
||||
'eighth_window kitty_mod+8 eighth_window',
|
||||
)
|
||||
map('Eight window',
|
||||
map('Eighth window',
|
||||
'eighth_window cmd+8 eighth_window',
|
||||
only='macos',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue