mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 15:04:50 +02:00
Start work on the remote_file kitten
Easy access to files over SSH
This commit is contained in:
@@ -789,6 +789,7 @@ class KittyCommonOpts(TypedDict):
|
||||
select_by_word_characters: str
|
||||
open_url_with: List[str]
|
||||
url_prefixes: Tuple[str, ...]
|
||||
editor: str
|
||||
|
||||
|
||||
def common_opts_as_dict(opts: Optional[OptionsStub] = None) -> KittyCommonOpts:
|
||||
@@ -798,4 +799,5 @@ def common_opts_as_dict(opts: Optional[OptionsStub] = None) -> KittyCommonOpts:
|
||||
'select_by_word_characters': opts.select_by_word_characters,
|
||||
'open_url_with': opts.open_url_with,
|
||||
'url_prefixes': opts.url_prefixes,
|
||||
'editor': opts.editor,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user