Skip to content

Instantly share code, notes, and snippets.

@erikmchut
erikmchut / .inputrc
Created March 17, 2017 18:31
My .inputrc with both emacs + vim goodness
# Use Unicode & do NOT use the "8bit hack" to input/output non-ASCII characters
set input-meta on
set output-meta on
set convert-meta off
# Ignore completion case
set completion-ignore-case On
set match-hidden-files Off
set bell-style visible