set editing-mode emacs set show-mode-in-prompt on #$if term=linux # set vi-ins-mode-string \1\e[?0c\2 # set vi-cmd-mode-string \1\e[?8c\2 #$else # set vi-ins-mode-string \1\e[6 q\2 # set vi-cmd-mode-string \1\e[2 q\2 #$endif "\e[1;5D": backward-word "\e[1;5C": forward-word set show-all-if-unmodified on set show-all-if-ambiguous off # Color files by types # Note that this may cause completion text blink in some terminals (e.g. xterm). set colored-stats On # Append char to indicate type set visible-stats On # Mark symlinked directories set mark-symlinked-directories on # Color the common prefix set colored-completion-prefix on # Color the common prefix in menu-complete set menu-complete-display-prefix on set echo-control-characters off