From f0e868ae48555c66fc8198a1b59772bfa9d73ffd Mon Sep 17 00:00:00 2001 From: Joey Payne Date: Mon, 22 Oct 2018 10:24:17 -0600 Subject: [PATCH] Add input rc --- .inputrc | 4 ++++ .profile | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .inputrc diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..8ca37de --- /dev/null +++ b/.inputrc @@ -0,0 +1,4 @@ +"\ek": previous-history +"\ej": next-history +"\eh": backward-char +"\el": forward-char diff --git a/.profile b/.profile index bff14f1..1ffc865 100644 --- a/.profile +++ b/.profile @@ -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'