input: make clear the open keybinding uses xdg-open

This commit is contained in:
Mitchell Hashimoto
2024-10-14 09:32:27 -07:00
parent ccb97c6c33
commit 0cf12cd88b

View File

@ -266,6 +266,8 @@ pub const Action = union(enum) {
///
/// - "paste": Paste the file path into the terminal.
/// - "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,