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