Skip to content

Commit

Permalink
Make readline respect Ctrl+Backspace
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-conder committed Apr 12, 2020
1 parent 2f4fc0a commit a3124fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .config/readline/inputrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ set show-all-if-ambiguous on
"\e[1;5C":forward-word
"\e[1;5D":backward-word
"\e[3;5~":kill-word
"\C-h":backward-kill-word

0 comments on commit a3124fd

Please sign in to comment.