Hello, 

I create small package for support code abbreviations. This is analog of VW package "Coding Feel".

It is useful for me. Please try.

By default no any key bindings and menu items.
To assign action to hot key (Alt+space) do:
   SmalltalkEditor cmdActions at: 32 + 1 put: #expandWord:.

To manage current abbreviations set do: 
    SmalltalkEditor abbreviationsDict inspect.

Attached versions for Squeak 4.1 and Cuis 2.6.


Regards, 
    Alexander Batalshikov.