2006-01-11 22:17:35 +08:00
|
|
|
complete -c commandline -s a -l append -d (_ "Add text to the end of the selected area")
|
2006-01-08 10:56:56 +08:00
|
|
|
complete -c commandline -s i -l insert -d (_ "Add text at cursor")
|
2006-01-11 22:17:35 +08:00
|
|
|
complete -c commandline -s r -l replace -d (_ "Replace selected part")
|
2005-09-20 21:31:55 +08:00
|
|
|
|
2006-01-11 22:17:35 +08:00
|
|
|
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)")
|
2005-09-20 21:31:55 +08:00
|
|
|
|
2006-01-11 22:17:35 +08:00
|
|
|
complete -c commandline -s c -l cut-at-cursor -d (_ "Only return that part of the command line before the cursor")
|
2006-01-08 10:56:56 +08:00
|
|
|
complete -c commandline -s f -l function -d (_ "Inject readline functions to reader")
|
2005-09-20 21:31:55 +08:00
|
|
|
|