Chapter 4: Readline





Use ReadlineCFG:

 Enable Custom Readline Configuration

Enable Completion:

 Enable Filename/Pathcompletion by pressing TAB

Change Bellstyle:

 Change the Bellstyle of readline
audible beep
visible blink
none

Choose Editing Mode:

 Wether to use Emacs or Vim like shortcuts
 Default is Emacs

Show results immediately:

 Instead of ringing the bell, immediately show all posibilies for completion

Also match hidden files:

 Include hidden files in completion

Ignore Completioncase:

 When completing filenames, ignore upper and lowercase

Visible Stats:

 When completing filenames display stats.
 @   = link 
 /   = folder 
 *   = executable 

Horizontal Completions:

 Align Completion posibilities Horizontally rather than vertically

Mark Directories:

 Mark Directories with a / when completing filenames, saves up one time pressing TAB

Mark Symbolic Directories:

 Same as Mark Directories, but for directory-links instead of real directories

Scroll Horizontally:

 Instead of going into a new line, scroll horizontally, if a single-line command is too long