This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/env/sh/inputrc

7 lines
105 B
Plaintext
Raw Normal View History

2016-04-20 16:09:02 -05:00
"\eOd": backward-word
"\eOc": forward-word
2016-09-20 03:07:33 -05:00
$if editing-mode=vi
"\C-p": history-search-backward
$endif