5 ms·
Is there a functional difference between putting... set editing-mode vi ... in one's inputrc and... set -o vi ... in one's .bashrc? I realize that
by mkdir 13y ago
Is there a functional difference between putting...
set editing-mode vi
... in one's inputrc and...
set -o vi
... in one's .bashrc?
I realize that .inputrc is the config file for Readline, and .bashrc is essentially a start-up file for Bash. But is it ever necessary to use both snippets?
- terminus 13y agoI would imagine that .inputrc would serve as a superset in that all programs (for instance gdb) whiich use readline would now default to vi mode.