Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the shortcut to delete last word in csh?

Tags:

csh

In bash, I use Ctrl + w to do so, but it is not working in my csh and instead of deleting a word, it is cleaning entire line. How to delete last word ?

Although Ctrl + u is working fine in both csh and bash.

I'm running csh inside screen (ubuntu).

like image 629
HottyDunker Avatar asked Feb 18 '23 06:02

HottyDunker


1 Answers

This works for me with tcsh: ALT + BACKSPACE. Hope that helped!

like image 153
silverstreak Avatar answered May 16 '23 09:05

silverstreak