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
# ~/.inputrc | |
# | |
# Ctrl backspace, delete and arrow keys in terminal | |
# | |
# This should work on Debian 10 and Centos 7 | |
# | |
# If you want this to work inside tmux as well | |
# edit your ~/.tmux.conf and add the line: | |
# | |
# set-window-option -g xterm-keys on |