Use the current working directory of the foreground process for the *_with_cwd actions that open a new window with the current working directory.

This commit is contained in:
Kovid Goyal 2019-01-03 13:29:52 +05:30
parent c4aeb1adba
commit 718f7e77a1
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 31 additions and 10 deletions

View file

@ -13,6 +13,10 @@ Changelog
- Report the current foreground processes as well as the original child process,
when using `kitty @ ls`
- Use the current working directory of the foreground process for the
`*_with_cwd` actions that open a new window with the current working
directory.
- Fix setting :opt:`background_opacity` causing window margins/padding to be slightly
different shade from background (:iss:`1221`)