From: Simon Ruderich Date: Sun, 26 Dec 2010 20:32:38 +0000 (+0100) Subject: inputrc: Display file type when completing (/, @, etc.). X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=68ad4e859eb3c85db2bb6b33555605f9dc74a007;p=config%2Fdotfiles.git inputrc: Display file type when completing (/, @, etc.). --- diff --git a/inputrc b/inputrc index ab48ee6..daa4dec 100644 --- a/inputrc +++ b/inputrc @@ -10,6 +10,9 @@ set completion-query-items -1 # And make sure we use a pager for completions (this is also the default). set page-completions on +# Add character to files denoting the type when completing file names. +set visible-stats on + # Activate Vi editing mode. set editing-mode vi