mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-15 14:34:05 +00:00
feat: add missing 'current-selection' completion for commandline
Related to #4255
This commit is contained in:
parent
a2a12ffda2
commit
a7f62df958
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ complete -c commandline -s r -l replace -d "Replace selected part"
|
||||||
|
|
||||||
complete -c commandline -s j -l current-job -d "Select job under cursor"
|
complete -c commandline -s j -l current-job -d "Select job under cursor"
|
||||||
complete -c commandline -s p -l current-process -d "Select process under cursor"
|
complete -c commandline -s p -l current-process -d "Select process under cursor"
|
||||||
|
complete -c commandline -s s -l current-selection -d "Select current selection"
|
||||||
complete -c commandline -s t -l current-token -d "Select token under cursor"
|
complete -c commandline -s t -l current-token -d "Select token under cursor"
|
||||||
complete -c commandline -s b -l current-buffer -d "Select entire command line (default)"
|
complete -c commandline -s b -l current-buffer -d "Select entire command line (default)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue