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
152 B
Plaintext
Raw Normal View History

2016-04-20 16:09:02 -05:00
"\eOd": backward-word
"\eOc": forward-word
2016-09-24 06:25:35 -05:00
"\C-p": history-search-backward
"\C-n": history-search-forward
"\C-a": beginning-of-line
"\C-e": end-of-line