Several terminals (Konsole, terminator, etc) have the behavior that when you open a new tab (or window) the new tab will have the same working directory as the currently active terminal. I got used to this a lot and like it, so I miss it in kitty. Could an option be added to activate this behavior?
map cmd+t new_tab_with_cwd
By reading the code I found out that it is already possible:
map kitty_mod+t new_tab_with_cwd
map kitty_mod+enter new_window_with_cwd
map kitty_mod+n new_os_window_with_cwd also works for OS windows.
Most helpful comment
By reading the code I found out that it is already possible: