How were you planning to use those?

--
JR

I want to use these as cut, paste and copy iso CTRL-X, V and C.
I assume that the keypad keys by linux-windows managers are not used.
and therefor it's easier to move between the windows and linux .

[...]
Trying to extend the hints that Tony send
:vnoremap <kMinus> "+d
:noremap <kPlus> "+p
:inoremap <kPlus> <C-R>+
:vnoremap <kMultiply> "+y
[...]

I now got
:vnoremap <kPlus> "+p
:vnoremap <kMinus> "+d
:vnoremap <kMultiply> "+y
:noremap <kPlus> "+p
:noremap <kMinus> "+d
:noremap <kMultiply> "+y
:inoremap <kMinus> "+d
:inoremap <kPlus> "+p
:inoremap <kMultiply> "+y

But that is not working, especially not in insert-mode where I get "+d as text in my code when I press the kMinus.
I tried the help CTRL-R but I don't follow that.
What is wrong with these mappings?

Rgds,
Eric

_________________________________________________________________
Win a Zune™—make MSN® your homepage for your chance to win! http://homepage.msn.com/zune?icid=hmetagline

Reply via email to