mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Add missing completion for the commandline builtin
darcs-hash:20070118163104-ac50b-e33d3888efa42218881291ce1d2636ca14f10805.gz
This commit is contained in:
parent
77a48dc252
commit
e6409a88d5
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ complete -c commandline -s b -l current-buffer --description "Select entire comm
|
|||
|
||||
complete -c commandline -s c -l cut-at-cursor --description "Only return that part of the command line before the cursor"
|
||||
complete -c commandline -s f -l function --description "Inject readline functions to reader"
|
||||
complete -c commandline -s o -l tokenize --description "Print each token on a separate line"
|
||||
|
||||
complete -c commandline -s I -l input --description "Specify command to operate on"
|
||||
complete -c commandline -s C -l cursor --description "Set/get cursor position, not buffer contents"
|
||||
|
|
Loading…
Reference in a new issue