Skip to content

Commit

Permalink
Fix #1995
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Sep 24, 2019
1 parent ffc4e99 commit 2a07b3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kitty/config_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1100,7 +1100,9 @@ def macos_option_as_alt(x):
'''))
if is_macos:
k('new_window', 'cmd+enter', 'new_window', _('New window'), add_to_docs=False)
k('new_os_window', 'kitty_mod+n', 'new_os_window', _('New OS window'))
k('new_os_window', 'kitty_mod+n', 'new_os_window', _('New OS window'), _(
'Works like new_window above, except that it opens a top level OS kitty window.'
' In particular you can use new_os_window_with_cwd to open a window with the current working directory.'))
if is_macos:
k('new_os_window', 'cmd+n', 'new_os_window', _('New OS window'), add_to_docs=False)
k('close_window', 'kitty_mod+w', 'close_window', _('Close window'))
Expand Down

0 comments on commit 2a07b3f

Please sign in to comment.