This shows you the differences between two versions of the page.
— |
bind_reset_line [2006/09/28 23:18] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | # $EPIC: bind_reset_line.txt,v 1.2 2006/09/19 10:48:09 sthalik Exp $ | ||
+ | ======Synopsis:====== | ||
+ | [[bind]] //<key sequence>// reset_line //<new text>// | ||
+ | |||
+ | ======Description:====== | ||
+ | This binding replaces the current contents of the input line with the | ||
+ | //<new text>//. The //<new text>// is treated as though it were passed | ||
+ | through [[xtype]] -l. | ||
+ | |||
+ | This operation does not change the cutbuffer. The previous contents of the | ||
+ | input line are not saved anywhere. | ||
+ | |||
+ | ======History:====== | ||
+ | The [[bind reset_line]] operation first appeared in epic5-0.3.2. | ||