Re: Mapping to the numerical - and + and *

2007-03-02 Thread Eric Leenman
Thanks all. I got it working what I wanted by copying the mswin.vim file and stripping it to what I wanted. When you don't understand vim-scripting as I do then good copying is beter then bad designing . Rgds, Eric ---START kMinus and CTRL-X and SHIFT-Del are Cut vnoremap kMinus+x

Re: Mapping to the numerical - and + and *

2007-03-01 Thread Jean-Rene David
* Eric Leenman [2007.03.01 13:30]: How were you planning to use those? I want to use these as cut, paste and copy iso CTRL-X, V and C. Cutting and copying are compound operations in the sense that you need to specify /what/ they are going to act on. There are many ways to do this, depending

Mapping to the numerical - and + and *

2007-02-28 Thread Eric Leenman
Hi, Is it possible to map the - and + and * keys on the nummerical section of a keyboard (in other words the keys in the group where the num-lock key is also) to functioan as cut, paste and copy? If so, how do you this? Rgds, Eric

Re: Mapping to the numerical - and + and *

2007-02-28 Thread A.J.Mechelynck
Eric Leenman wrote: Hi, Is it possible to map the - and + and * keys on the nummerical section of a keyboard (in other words the keys in the group where the num-lock key is also) to functioan as cut, paste and copy? If so, how do you this? Rgds, Eric See :help keypad-home and what comes

Re: Mapping to the numerical - and + and *

2007-02-28 Thread Jean-Rene David
* Eric Leenman [2007.02.28 08:00]: Is it possible to map the - and + and * keys on the nummerical section of a keyboard (in other words the keys in the group where the num-lock key is also) That part of the keyboard is sometimes referred to as the keypad. You can refer to those keys in vim

Re: Mapping to the numerical - and + and *

2007-02-28 Thread Georg Dahn
--- Jean-Rene David [EMAIL PROTECTED] wrote: In vim, delete always saves the deleted data somewhere. Don't forget the black hole register _ Thus, just do _x on the visual selection and the selected text is deleted to nirvana. Best wishes, Georg

Re: Mapping to the numerical - and + and *

2007-02-28 Thread Marc Weber
On Wed, Feb 28, 2007 at 12:41:22PM +, Eric Leenman wrote: Hi, Is it possible to map the - and + and * keys on the nummerical section of a keyboard (in other words the keys in the group where the num-lock key is also) to functioan as cut, paste and copy? If so, how do you this? Have