Michael Tatge ([EMAIL PROTECTED]) said:
> Unfortunately the <change-dir> prompt can't be overtyped as it is with
> the <change-folder> prompt. Does anybody know the reason for this?
> Currently you would have to delete the string at the prompt first which
> is kind of difficult within a macro.
> 
> A very clumsy way to do it would be
> macro index <key> c?c<backspace><backspace><backspace>...[as often as
> needed]/path/to/$folder\n

Emacs keybinds would allow you do do something like:
macro index <key> c?c/path/to/$folder\n

where the above has a literal ^A and a ^K inserted (dunno how you do
it in emacs, in vim it's ^V^A) to jump to the beginning of the line
and to cut the rest of the line.

.adam

-- 
[     Adam Lazur | Computer Engr Ugrad | Lehigh Univ. |   _ __      ]
[        icq 3354423 | http://www.lehigh.edu/~ajl4    |__( | /_     ]
"Fear leads to anger. Anger leads to hate. Hate leads to using Windows
 NT for mission-critical applications."    -- What Yoda *meant* to say

Reply via email to