kitty @ ls: Show only environment variables that are different for each window, by default.

Makes the output much less noisy, and env vars that are common across
all windows are useless for selection/identification purposes.
This commit is contained in:
Kovid Goyal
2021-04-13 08:44:11 +05:30
parent 05fb09f56c
commit 958d4d8a6a
2 changed files with 30 additions and 3 deletions

View File

@@ -46,6 +46,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Double clicking on empty tab bar area now opens a new tab (:iss:`3201`)
- kitty @ ls: Show only environment variables that are different for each
window, by default.
- When passing a directory or a non-executable file as the program to run to
kitty opens it with the shell or by parsing the shebang, instead of just failing.