aboutsummaryrefslogtreecommitdiffhomepage
path: root/share
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-05 07:39:48 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-05 07:39:48 +1000
commit91c745e4b5c5b6d231e11b7e90f02f69c96023b7 (patch)
treec5712b57ce49b67bbc5ae29453ecbf6aa720aa97 /share
parent7d7334988930f45d9772257968982c6fa0381b20 (diff)
Add the possibility to set the cursor position using the commandline builtin
darcs-hash:20061004213948-ac50b-3f673edeb01390bb3f280812d90bc8469f2f8ba8.gz
Diffstat (limited to 'share')
-rw-r--r--share/completions/commandline.fish3
1 files changed, 3 insertions, 0 deletions
diff --git a/share/completions/commandline.fish b/share/completions/commandline.fish
index 3ffc31b6..ebefe170 100644
--- a/share/completions/commandline.fish
+++ b/share/completions/commandline.fish
@@ -10,3 +10,6 @@ complete -c commandline -s b -l current-buffer -d (N_ "Select entire command lin
complete -c commandline -s c -l cut-at-cursor -d (N_ "Only return that part of the command line before the cursor")
complete -c commandline -s f -l function -d (N_ "Inject readline functions to reader")
+complete -c commandline -s I -l input -d (N_ "Specify command to operate on")
+complete -c commandline -s C -l cursor -d (N_ "Set/get cursor position, not buffer contents")
+