Re: How to map the Kana key on Japanese keyboards

2014-01-18 Thread Yukihiro Nakadaira
On Fri, Jan 17, 2014 at 10:54 PM, Horacio Sanson wrote: > Japanese keyboards have a Kana key that allows me to easily switch between > Japanese and English input. > > Is very common for me during insert mode to press the Kana key to input > some Japanese text after which I press esc to go back to

Re: Copy the matched substring only with :g

2014-01-18 Thread Tim Chase
On 2014-01-15 21:19, Christian Brabandt wrote: > Hi Tim! > > On Mi, 15 Jan 2014, Tim Chase wrote: > > > On 2014-01-15 15:29, Paul Isambert wrote: > > > g/\a*\(\l\u\|\u\l\)\a*/call setline(line('$')+1, > > > matchstr(getline('.'), '\a*\(\l\u\|\u\l\)\a*')) > > > > > > Riffing off Paul's solut

How to use ?

2014-01-18 Thread BPJ
In usr_41.txt of the vim documentation there is the following example: ``` 24 noremap