dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit ede719acd8f99bb022c74b5ca50ed7ab8640b09f
parent 9979311e978da610c4c3ebf82a980f0767c8d4ef
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Tue, 14 Jan 2020 12:46:52 +0100

inputrc: added

Former-commit-id: 434c91487829cbd552ee30098e989701356a4227
Diffstat:
Mdot.map | 1+
Ashell/inputrc | 4++++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/dot.map b/dot.map @@ -100,6 +100,7 @@ shell: - bash_profile: ~/.bash_profile - bashrc: ~/.bashrc - profile: ~/.profile +- inputrc: ~/.inputrc # Vim config vim: diff --git a/shell/inputrc b/shell/inputrc @@ -0,0 +1,4 @@ +$include /etc/inputrc +"\C-x\C-r": re-read-init-file +"\C-x\C-p": '\C-e \| $PAGER' +"\C-x\C-n": '\C-e &>/dev/null'