summaryrefslogtreecommitdiffstats
path: root/fish/guestfish.pod
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-05-25 13:54:11 +0100
committerRichard Jones <rjones@redhat.com>2010-05-25 13:59:44 +0100
commit21bd2db7cf259a17cc3922409937b849e4b83c0f (patch)
tree7b64681dd7a2afb77aa4a482c83b136474cc58a3 /fish/guestfish.pod
parent53c3b9d2b03fa5cb0ac7e86a5a51f2a18a2b91c1 (diff)
downloadlibguestfs-21bd2db7cf259a17cc3922409937b849e4b83c0f.tar.gz
libguestfs-21bd2db7cf259a17cc3922409937b849e4b83c0f.tar.xz
libguestfs-21bd2db7cf259a17cc3922409937b849e4b83c0f.zip
fish: Don't eat words when completing case-insensitive paths (RHBZ#582993).
Diffstat (limited to 'fish/guestfish.pod')
-rw-r--r--fish/guestfish.pod16
1 files changed, 16 insertions, 0 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod
index 803f35ae..5737c464 100644
--- a/fish/guestfish.pod
+++ b/fish/guestfish.pod
@@ -904,6 +904,22 @@ To write rules which only apply to guestfish, use:
...
$endif
+Variables that you can set in inputrc that change the behaviour
+of guestfish in useful ways include:
+
+=over 4
+
+=item completion-ignore-case (default: on)
+
+By default, guestfish will ignore case when tab-completing
+paths on the disk. Use:
+
+ set completion-ignore-case off
+
+to make guestfish case sensitive.
+
+=back
+
=item test1.img
=item test2.img (etc)