Is modal editing possible in command-line mode?
Some examples:
- After writing
!ls ~/foo/barI want todbto delete bar - I executed the above command and now I want to change
lstomvand jump back to $
|
|
|
By default you can press So in your specific example, you could press When I have to do more sophisticated editing commands I use the above approach because I'm more familiar with Vim editing keys than I am with the alternatives. I also find the normal-mode vim keys more powerful. See |
|||||||
|
|
in vim's command line mode:
in normal mode:
see |
|||
|
|
|
Search for It will give a list of shortcut working in command line mode. An extract for your current problem :
or use |
|||
|
|