0

In Linux terminal, Is there any way to change Alt + Backspace or Ctrl + W shortcut which is used to delete the previous word to Ctrl + Backspace??

1 Answer 1

0

Try stty werase '^H' in your .bashrc Source: https://unix.stackexchange.com/questions/264791/ctrl-backspace-and-ctrl-delete-in-bash

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .