[NEW] inputrc: Set readline to vi mode

This commit is contained in:
Andrea Rogers 2024-04-25 07:48:32 +00:00
commit 12e9e526b9
2 changed files with 4 additions and 0 deletions

1
.inputrc Normal file
View file

@ -0,0 +1 @@
set editing-mode vi

View file

@ -46,6 +46,9 @@ $(HOME)/.profile: $(PROFILE)
$(HOME)/.bashrc: .bashrc $(HOME)/.bashrc: .bashrc
cp $< $@ cp $< $@
$(HOME)/.inputrc: .inputrc
cp $< $@
$(HOME)/.bashrc.freebsd: .bashrc.freebsd $(HOME)/.bashrc.freebsd: .bashrc.freebsd
cp $< $@ cp $< $@