On Fri, 2005-02-25 at 12:56 +0100, Roman Polach wrote:
> Today, cream has three methods to do normal selection:
> 1) Shift+Arrow
> 2) Shift+<leftmouse>
> 3) <leftmouse_drag>
> But in column mode there are only equivalents to first two:
> 1) Alt+Shift+Arrow
> 2) Alt+Shift+<leftmouse>
> Would be nice to have also:
> 3) Alt+<leftmouse_drag>
> becuse it is intuitive and more straightforward than sequence
> <leftmouse_click>,<move>,Alt+Shift+<leftmouse_click> and it also
> makes symmetry to selection-realted keyboard shortcuts:-)
Indeed it would, although I'm going to require Alt+Shift. (Did you
know Shift+LeftDrag already works this way in Column mode?) Try adding
these mappings to cream-keys around line 503:
" drag
vmap <silent> <M-S-LeftDrag> <S-LeftDrag>
vmap <silent> <M-S-RightDrag> <S-RightDrag>
Works for me.
--
Steve Hall [ digitect mindspring com ]
Cream... something good to put in your Vim!
http://cream.sourceforge.net
|