View .inputrc
This file contains 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
set completion-ignore-case On | |
#TAB: menu-complete | |
Tab: complete | |
set editing-mode vi | |
# enable-bracketed-paste is On by default starting with readline 8.1. | |
# This reverses colors of pasted text and is a bit jarring. | |
# When set to On, readline will configure the terminal in a way that will | |
# enable it to insert each paste into the editing buffer as a single string | |
# of characters, instead of treating each character as if it had been read from |