|
From: Ethan A M. <merritt@u.washington.edu> - 2007-05-31 16:28:47
|
On Thursday 31 May 2007 09:00, Petr Mikulik wrote:
> Well -- is there any possibility to get back the built-in command?
> E.g.
> bind a 'plot x'
> bind a builtin-autoscale
> does not work.
You can reset using an empty string:
bind a ''
You can reset all bindings at once using
bind!
Neither of these options is well documented.
--
Ethan A Merritt
Biomolecular Structure Center
University of Washington, Seattle 98195-7742
|