aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/commandline.fish
diff options
context:
space:
mode:
Diffstat (limited to 'init/completions/commandline.fish')
-rw-r--r--init/completions/commandline.fish14
1 files changed, 7 insertions, 7 deletions
diff --git a/init/completions/commandline.fish b/init/completions/commandline.fish
index 70924c9e..337f0185 100644
--- a/init/completions/commandline.fish
+++ b/init/completions/commandline.fish
@@ -1,12 +1,12 @@
-complete -c commandline -s a -l append -d (_ "Add text to the end of commandline")
+complete -c commandline -s a -l append -d (_ "Add text to the end of the selected area")
complete -c commandline -s i -l insert -d (_ "Add text at cursor")
-complete -c commandline -s r -l replace -d (_ "Replace selected part of buffer (replace)")
+complete -c commandline -s r -l replace -d (_ "Replace selected part")
-complete -c commandline -s j -l current-job -d (_ "Operate only on job under cursor")
-complete -c commandline -s p -l current-process -d (_ "Operate only on process under cursor")
-complete -c commandline -s t -l current-token -d (_ "Operate only on tokenizer token under cursor")
-complete -c commandline -s b -l current-buffer -d (_ "Operate on entire buffer (default)")
+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 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 c -l cut-at-cursor -d (_ "Only return part of commandline before the cursor")
+complete -c commandline -s c -l cut-at-cursor -d (_ "Only return that part of the command line before the cursor")
complete -c commandline -s f -l function -d (_ "Inject readline functions to reader")