Skip to content

Instantly share code, notes, and snippets.

@benzwick
benzwick / .inputrc
Last active September 13, 2019 06:19
Ctrl-backspace, Ctrl-delete and Ctrl- up, down, left, right in Bash
# ~/.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