mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 21:03:12 +00:00
Add zed completions (#10487)
This commit is contained in:
parent
a7bde3921b
commit
5524b46181
2 changed files with 8 additions and 0 deletions
1
share/completions/zed-preview.fish
Normal file
1
share/completions/zed-preview.fish
Normal file
|
@ -0,0 +1 @@
|
|||
complete -c zed-preview -w zed
|
7
share/completions/zed.fish
Normal file
7
share/completions/zed.fish
Normal file
|
@ -0,0 +1,7 @@
|
|||
complete -c zed -s w -l wait -d "Wait for all of the given paths to be opened/closed before exiting"
|
||||
complete -c zed -s a -l add -d "Add files to the currently open workspace"
|
||||
complete -c zed -s n -l new -d "Create a new workspace"
|
||||
complete -c zed -s v -l version -d "Print Zed's version and the app path"
|
||||
complete -c zed -s b -l bundle-path -d "Custom Zed.app path" -r
|
||||
complete -c zed -l dev-server-token -d "Run zed in dev-server mode" -r
|
||||
complete -c zed -s h -l help -d "Print help (see a summary with '-h')"
|
Loading…
Reference in a new issue