[Newbies] Is it possible to make squeak workspace vim-like?

Marcel Taeumel marcel.taeumel at hpi.de
Wed Oct 25 08:23:50 UTC 2017


Hi, there!

If you want to dive into it, see:

TextEditor class >> #initialize*Shortcuts
TextEditor >> #dispatchOnKeyboardEvent:

If you would build your own subclass of TextEditor (or SmalltalkTextEditor), you could use it via "TextMorph defaultEditorClass: MyNewTextEditor" in all standard tools.

Best,
Marcel

Am 25.10.2017 04:21:25 schrieb David T. Lewis <lewis at mail.msen.com>:
On Tue, Oct 24, 2017 at 06:49:00PM -0700, RedTigerFish wrote:
> I am very fond of VIM and have been so accustomed to its style of typing and
> entering.
> Is it possible to make squeak workspace vim-like?
>

There is the SVI package by Steven Swerling. You can find in in the SqueakMap
package loader. It is probably 10 years out of date by now, so I don't know
if it still works. It would be worth trying this if you have an interest, and
if it does not work out of the box I'm sure there will be help available here
on the list.

See also http://wiki.squeak.org/squeak/1844

Personally, I am a vi user but I do not bother with these things when working
in Smalltalk. There's just not all that much typing involved :-)

Dave

_______________________________________________
Beginners mailing list
Beginners at lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/beginners/attachments/20171025/7dd547b8/attachment.html>


More information about the Beginners mailing list