regexghost-dotfiles

My dotfiles and scripts
git clone git@git.regexghost.com/regexghost-dotfiles.git
Log | Files | Refs | README

.inputrc (270B)


      1 # Make autocomplete case insensitive
      2 set completion-ignore-case on
      3 
      4 # Ctrl-Delete: delete next word
      5 "\e[3;5~": kill-word
      6 
      7 # Ctrl-Backspace
      8 "\C-H": backward-kill-word
      9 
     10 "\e[1~": beginning-of-line
     11 "\e[4~": end-of-line
     12 
     13 set colored-stats on
     14 set colored-completion-prefix on