dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

edinputrc (170B) [raw]


      1 $include ~/.inputrc
      2 
      3 # Since this is ed(1) we want to use C-n/C-p for
      4 # completion (tabs should be tabs)
      5 Control-n: complete
      6 Control-p: complete-backward
      7 TAB: tab-insert