From 3170b87c29128b33d683c014d4b3e08e35565c7b Mon Sep 17 00:00:00 2001 From: Ayush Mukherjee Date: Sun, 2 Jan 2022 20:49:04 +0530 Subject: [PATCH] add inputrc to dots --- .inputrc | 7 +++++++ link.sh | 1 + 2 files changed, 8 insertions(+) create mode 100644 .inputrc diff --git a/.inputrc b/.inputrc new file mode 100644 index 0000000..b3971aa --- /dev/null +++ b/.inputrc @@ -0,0 +1,7 @@ +# Respect default shortcuts. +$include /etc/inputrc + +## arrow up +"\e[A":history-search-backward +## arrow down +"\e[B":history-search-forward diff --git a/link.sh b/link.sh index 44822cc..be6c953 100755 --- a/link.sh +++ b/link.sh @@ -5,6 +5,7 @@ ln -s $(pwd)/alacritty ~/.config ln -s $(pwd)/.bashrc ~/.bashrc ln -s $(pwd)/dunst ~/.config ln -s $(pwd)/i3 ~/.config +ln -s $(pwd)/.inputrc ~/.inputrc ln -s $(pwd)/makepkg.conf ~/.config ln -s $(pwd)/nvim ~/.config ln -s $(pwd)/picom ~/.config