[NEW] inputrc: Set readline to vi mode
This commit is contained in:
parent
4a72ec1c69
commit
12e9e526b9
2 changed files with 4 additions and 0 deletions
1
.inputrc
Normal file
1
.inputrc
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
set editing-mode vi
|
||||||
|
|
@ -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 $< $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue