1
0
Fork 0
Commit Graph

2 Commits (29d45d92b526e4ea9bf7cbd7f3adc7957f4e543d)

Author SHA1 Message Date
Dustin ee0abcda84 vi-mode: Also configure readline
The GNU readline library also has a vi editing mode, but as it is
initialized at application start up, the only way to configure it is to
write a configuration file. The library will read from `~/.inputrc` by
default, but this can be overridden using the `INPUTRC` environment
variable.
2018-02-19 08:14:36 -06:00
Dustin C. Hatch c68761170b vi-mode: Shell pipeline to set vi mode
This snip can be used to set the shell and tmux to vi mode.
2018-02-16 10:01:18 -06:00