mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
46587b47c4
[ci skip]
6 lines
276 B
Fish
6 lines
276 B
Fish
set __fish_synclient_keys (synclient | string replace -r '\s*(\w+).*' '$1')
|
|
|
|
complete -c synclient -s l -d "List current user settings"
|
|
complete -c synclient -s '?' -d "Show help"
|
|
complete -c synclient -s V -d "Show version"
|
|
complete -c synclient -xa "$__fish_synclient_keys"
|