Search code examples
lispcommon-lispslimelispworks

Bringing the previous expressions in LispWorks like in SLIME


I've just started using LispWorks 7.1

In SLIME, ctrl + up/down arrow brings the previous / next expressions.

How to do the same in LispWorks in the Listener?


Solution

  • In the Listener?

    Depends on the keybindings. See c-h b for a list of bindings. See the editor commands History Next and History Previous in the list - there might be more than one keybinding for that. One can also customize that, if wanted. Use the function editor:bind-key for that.