update README
parent
f31d6fb8fe
commit
c58e2f7aec
10
README.md
10
README.md
|
|
@ -93,14 +93,16 @@ Ghostty supports some features that require shell integration. I am aiming
|
|||
to support many of the features that
|
||||
[Kitty supports for shell integration](https://sw.kovidgoyal.net/kitty/shell-integration/).
|
||||
|
||||
Today, the most important quality-of-life feature is that Ghostty will
|
||||
not confirm window close if it detects that the cursor is sitting at a prompt
|
||||
input (i.e. no subprocess is running).
|
||||
|
||||
To enable this functionality, I recommend sourcing Kitty's shell integration
|
||||
files directly for your shell configuration when running Ghostty. For
|
||||
example, for fish, [source this file](https://github.com/kovidgoyal/kitty/blob/master/shell-integration/fish/vendor_conf.d/kitty-shell-integration.fish).
|
||||
|
||||
The currently support shell integration features in Ghostty:
|
||||
|
||||
* We do not confirm close for windows where the cursor is at a prompt.
|
||||
* New terminals start in the working directory of the previously focused terminal.
|
||||
* The cursor at the prompt is turned into a bar.
|
||||
|
||||
## Roadmap and Status
|
||||
|
||||
The high-level ambitious plan for the project, in order:
|
||||
|
|
|
|||
Loading…
Reference in New Issue