senny / cabbage

get the maximum out of emacs
http://senny.github.com/cabbage/
156 stars 21 forks source link

Add more bindings for moving text around (power-edit bundle, C-M-<i/j/k/l>). #167

Closed jone closed 11 years ago

jone commented 11 years ago

C-M-<i/j/k/l> was not bound globally before, as far as I see. The improvement is that it is no longer necessary to move the hand to the cursor keys for moving text around ;) Yes, I'm lazy.

I'm not sure why moving text is / was only available when power-edit is activated..

senny commented 11 years ago

@jone because textmate.el is a dependency that we load in power-edit.

jone commented 11 years ago

Ah, I see. I didn't change it, so you can merge it, if you want ;)