Problem with :only remaping

2012-04-27 Thread Krzysztof
Hi I am notorious use vim with many splits. Because my sloppy typing skills I have problem with :only option or rather shortucts CTRL-W CTRL-O To workaround that I added to .vimrc "block only one nnoremap O :echo "You dont want this" nnoremap o :echo "You dont want this" nnoremap :echo "You do

Re: Problem with :only remaping

2012-05-07 Thread Chris Jones
On Fri, Apr 27, 2012 at 08:34:29AM EDT, Krzysztof wrote: > Hi > > I am notorious use vim with many splits. > Because my sloppy typing skills I have problem with > :only option > > or rather shortucts > CTRL-W CTRL-O > > To workaround that I added to .vimrc > > "block only one > nnoremap O :echo

Re: Problem with :only remaping

2012-05-09 Thread Krzysztof
On May 8, 8:42 am, Chris Jones wrote: > On Fri, Apr 27, 2012 at 08:34:29AM EDT, Krzysztof wrote: > > Hi > > > I am notorious use vim with many splits. > > Because my sloppy typing skills I have problem with > > :only option > > > or rather shortucts > > CTRL-W CTRL-O > > > To workaround that I a

Re: Problem with :only remaping

2012-05-10 Thread Chris Jones
On Wed, May 09, 2012 at 06:32:50PM EDT, Krzysztof wrote: > > I will try to clarify. > > First the problem: > noremap O :echo "You dont want this" etc. this is to block > :only > What I mean by that is keyboards shortcuts for :only which is > ,o > The problem is, this don't work as I expected.

Re: Problem with :only remaping

2012-05-10 Thread Krzysztof
On May 10, 9:12 am, Chris Jones wrote: > On Wed, May 09, 2012 at 06:32:50PM EDT, Krzysztof wrote: > > > I will try to clarify. > > > First the problem: > > noremap O :echo "You dont want this" etc. this is to block > > :only > > What I mean by that is keyboards shortcuts for :only which is > > ,

Re: Problem with :only remaping

2012-05-12 Thread Chris Jones
On Fri, May 11, 2012 at 02:47:45AM EDT, Krzysztof wrote: [..] > Again Thanks. I was wondering if the problem was because my plugin > setup etc. Unfortunately the response is not what I expected :) I was > hopping to easily remove :only mapping. I try the longer timeoutlen > and see if I can work