This commit is contained in:
Kovid Goyal 2021-12-20 10:47:33 +05:30
parent 63ab35ec7c
commit e18ac4f0f5
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -300,7 +300,7 @@ How do I open a new window or tab with the same working directory as the current
In :file:`kitty.conf` add the following::
map f1 launch --cwd=current
map f2 launch --cwd=current --type=tab
map f2 launch --cwd=current --type=tab
Pressing :kbd:`F1` will open a new kitty window with the same working directory
as the current window. The :doc:`launch command <launch>` is very powerful,