Last active
March 19, 2025 10:19
-
-
Save kvasdopil/00d42c75d1eed28f93e818d6b4bc03c7 to your computer and use it in GitHub Desktop.
inputrc configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "\e[A": history-search-backward | |
| "\e[B": history-search-forward | |
| "\e[C": forward-char | |
| "\e[D": backward-char | |
| # ~/.inputrc on remote Ubuntu | |
| "\e\e[D": backward-word | |
| "\e\e[C": forward-word | |
| # fallback for Meta + b/f in case other apps send it | |
| "\eb": backward-word | |
| "\ef": forward-word |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment