Add input rc

This commit is contained in:
Joey Payne 2018-10-22 10:24:17 -06:00
commit f0e868ae48
2 changed files with 5 additions and 1 deletions

4
.inputrc Normal file
View file

@ -0,0 +1,4 @@
"\ek": previous-history
"\ej": next-history
"\eh": backward-char
"\el": forward-char

View file

@ -25,4 +25,4 @@ fi
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'
#xmodmap -e 'clear Lock' -e 'keycode 0x42 = Escape'