aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/commandline.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-11-21 01:25:18 +1000
committerGravatar axel <axel@liljencrantz.se>2006-11-21 01:25:18 +1000
commit1145a5d483b2eab9bdc8d4f695c535c3dee6478d (patch)
treef27e99fbb4262b5b098776ee4cd076105233c8e6 /share/completions/commandline.fish
parent125ca9ff731f97691bf1f4221ff671d4a41d6510 (diff)
Touch up completions for builtin commands
darcs-hash:20061120152518-ac50b-cbd3d14af4fd2d67304278d442443decbac1ef7c.gz
Diffstat (limited to 'share/completions/commandline.fish')
-rw-r--r--share/completions/commandline.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/completions/commandline.fish b/share/completions/commandline.fish
index ebefe170..476df8e6 100644
--- a/share/completions/commandline.fish
+++ b/share/completions/commandline.fish
@@ -1,3 +1,5 @@
+
+complete -c commandline -s h -l help -d (N_ "Display help and exit")
complete -c commandline -s a -l append -d (N_ "Add text to the end of the selected area")
complete -c commandline -s i -l insert -d (N_ "Add text at cursor")
complete -c commandline -s r -l replace -d (N_ "Replace selected part")