Enable ambiguous completion on first Tab press
commit571a4e1be490f4676ed5e3b9420b27b03cb7a73a
authoryuvale <yuvale@users.noreply.github.com>
Sun, 2 Nov 2014 13:35:30 +0000 (2 15:35 +0200)
committeryuvale <yuvale@users.noreply.github.com>
Tue, 4 Nov 2014 09:02:58 +0000 (4 11:02 +0200)
tree515abcd5b17d02375394a97da74a46594a89fd4b
parentfc0c8218091f10ec26885c7fe63cc2811344994d
Enable ambiguous completion on first Tab press

The show-all-if-ambiguous setting is now enabled in /etc/inputrc.

Previously the setting was set to off, accompanied by the comment 'Show
all instead of beeping first'. The documentation for this setting says:

  This alters the default behavior of the completion functions. If set
  to ‘on’, words which have more than one possible completion cause the
  matches to be listed immediately instead of ringing the bell. The
  default value is ‘off’.

Since the setting is off by default and setting it to off does the
opposite of what the comment says, it looks like the intent was to
enable the setting and that it's disabled by mistake. The commit
message in ed01c26 ('Kills the annoying bell') where this setting was
originally added also suggests that the setting was intended to be
enabled.
etc/inputrc