add inputrc to dots

main
Ayush Mukherjee 3 years ago
parent c28ff030f8
commit 3170b87c29

@ -0,0 +1,7 @@
# Respect default shortcuts.
$include /etc/inputrc
## arrow up
"\e[A":history-search-backward
## arrow down
"\e[B":history-search-forward

@ -5,6 +5,7 @@ ln -s $(pwd)/alacritty ~/.config
ln -s $(pwd)/.bashrc ~/.bashrc ln -s $(pwd)/.bashrc ~/.bashrc
ln -s $(pwd)/dunst ~/.config ln -s $(pwd)/dunst ~/.config
ln -s $(pwd)/i3 ~/.config ln -s $(pwd)/i3 ~/.config
ln -s $(pwd)/.inputrc ~/.inputrc
ln -s $(pwd)/makepkg.conf ~/.config ln -s $(pwd)/makepkg.conf ~/.config
ln -s $(pwd)/nvim ~/.config ln -s $(pwd)/nvim ~/.config
ln -s $(pwd)/picom ~/.config ln -s $(pwd)/picom ~/.config

Loading…
Cancel
Save