diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-08-25 13:18:47 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-08-25 13:18:47 +1200 |
commit | 6b83e4ac5fb95d8783748d458fc0ba6a3415e1a7 (patch) | |
tree | 70c197c6beb5a0472bc7aa146b1f576031d6a407 /readline | |
parent | Prevent readline completing dotfiles without a dot (diff) | |
download | dotfiles-6b83e4ac5fb95d8783748d458fc0ba6a3415e1a7.tar.gz dotfiles-6b83e4ac5fb95d8783748d458fc0ba6a3415e1a7.zip |
Switch ls()/readline to horizontal list/complete
<https://github.com/izabera/libash/blob/9e709a56a148b4311792cc66cd21b61a73434573/extras/sample_inputrc#L33>
Diffstat (limited to 'readline')
-rw-r--r-- | readline/inputrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readline/inputrc b/readline/inputrc index 84d35a43..116648c8 100644 --- a/readline/inputrc +++ b/readline/inputrc @@ -28,6 +28,9 @@ set match-hidden-files Off # Don't paginate possible completions set page-completions Off +# Goes nicely with ls(1) -x/--format=across +set print-completions-horizontally on + # Show multiple completions on first tab press set show-all-if-ambiguous On |