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
2016-09-20 03:07:33 -05:00

7 lines
105 B
Plaintext

"\eOd": backward-word
"\eOc": forward-word
$if editing-mode=vi
"\C-p": history-search-backward
$endif