mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 08:46:08 +03:00
input: make clear the open keybinding uses xdg-open
This commit is contained in:
@ -266,6 +266,8 @@ pub const Action = union(enum) {
|
|||||||
///
|
///
|
||||||
/// - "paste": Paste the file path into the terminal.
|
/// - "paste": Paste the file path into the terminal.
|
||||||
/// - "open": Open the file in the default OS editor for text files.
|
/// - "open": Open the file in the default OS editor for text files.
|
||||||
|
/// The default OS editor is determined by using `open` on macOS
|
||||||
|
/// and `xdg-open` on Linux.
|
||||||
///
|
///
|
||||||
write_scrollback_file: WriteScreenAction,
|
write_scrollback_file: WriteScreenAction,
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user