From 46e330c519be9031171e2ce006a517f26a8a82c0 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Sun, 2 Mar 2014 21:00:58 -0600 Subject: [PATCH] Added .inputrc --- .inputrc | 2 ++ Makefile | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .inputrc diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..5d3ceb2 --- /dev/null +++ b/.inputrc @@ -0,0 +1,2 @@ +set keymap vi +set editing-mode vi diff --git a/Makefile b/Makefile index 45e042a..0f7679c 100644 --- a/Makefile +++ b/Makefile @@ -11,8 +11,9 @@ install-git: ln -s `pwd`/.gitconfig ~/.gitconfig install-bash: - rm -f ~/.bash_profile + rm -f ~/.bash_profile ~/.inputrc ln -s `pwd`/.bash_profile ~/.bash_profile + ln -s `pwd`/.inputrc ~/.inputrc install-colordiff: rm -f ~/.colordiffrc