Search code examples
command-linecursormovetcsh

How to move the cursor by word in command line of tcsh


I am stucked by this for a long time. How can I move the cursor in the command line of tcsh, as did by ctrl + arrow in vim editor, ipython shell, firefox, word etc. All these above can do this nicely, excetp tcsh, which is really frustrating.


Solution

  • Try Escb and Escf.

    For future reference, non-programming-related questions like these may be more appropriate at SuperUser.