Kitty: Open new tab/windows with current working directory

Created on 10 Sep 2018  路  3Comments  路  Source: kovidgoyal/kitty

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?

Most helpful comment

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

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

crocket picture crocket  路  4Comments

jasminabasurita picture jasminabasurita  路  3Comments

JJGO picture JJGO  路  3Comments

mihaicristiantanase picture mihaicristiantanase  路  3Comments

bewzaalex picture bewzaalex  路  3Comments