.inputrc 744 B

12345678910111213141516171819202122232425262728
  1. Control-t: "tmux new-session -As0 || screen -dR\n"
  2. Control-^: "cd ..\n"
  3. Control-x: "fzf_cmd || fzf\n"
  4. Control-n: "wallpaper-set-random.sh\n"
  5. Control-z: "loopforme\n"
  6. # # vim input mode shape cursor
  7. # set show-mode-in-prompt on
  8. # set vi-cmd-mode-string "\1\e[2 q\2"
  9. # set vi-ins-mode-string "\1\e[5 q\2"
  10. set colored-completion-prefix on
  11. set colored-stats on
  12. # Reduce tab completion key presses and show suggestions
  13. set show-all-if-ambiguous on
  14. # Color files by types
  15. set colored-stats On
  16. # Append char to indicate type
  17. set visible-stats On
  18. # Mark symlinked directories
  19. set mark-symlinked-directories On
  20. # Color the common prefix
  21. set colored-completion-prefix On
  22. # Color the common prefix in menu-complete
  23. set menu-complete-display-prefix On