Re: Fuzzyfinder | Tabs for cycling selections

2010-03-11 Thread voxner
Hi tyru, Thanks for your time and effort. Is it IRC? I never managed to get comfortable with IRC. Thanks again, voxner On Thu, Mar 11, 2010 at 9:49 PM, tyru wrote: > Hi. > > Sorry to send mails again and again. > 'inoremap' is better than 'imap'. > > autocmd FileType fuf inoremap > auto

Re: Fuzzyfinder | Tabs for cycling selections

2010-03-11 Thread tyru
Hi. Sorry to send mails again and again. 'inoremap' is better than 'imap'. autocmd FileType fuf inoremap autocmd FileType fuf inoremap On Mar 12, 1:01 am, tyru wrote: > Hi. > > I asked this question at chat room about vim. > Room's member told me that [R] indicates readonly. > > And s

Re: Fuzzyfinder | Tabs for cycling selections

2010-03-11 Thread tyru
Hi. I asked this question at chat room about vim. Room's member told me that [R] indicates readonly. And someone also told my code was slightly bad. autocmd FileType fuf imap autocmd FileType fuf imap should be right. On Mar 11, 10:49 pm, voxner wrote: > Hi, > > Thanks. > > autocmd

Re: Fuzzyfinder | Tabs for cycling selections

2010-03-11 Thread tyru
Maybe that indicates type of items, I don't know for details though... On Mar 11, 10:49 pm, voxner wrote: > Hi, > > Thanks. > > autocmd BufEnter,BufFilePost \[fuf\] imap > > works. But I still see '[R]' at the beginning of each selection. Any idea > what it signifies? Hope it's not an issue. >

Re: Fuzzyfinder | Tabs for cycling selections

2010-03-11 Thread voxner
Hi, Thanks. autocmd BufEnter,BufFilePost \[fuf\] imap works. But I still see '[R]' at the beginning of each selection. Any idea what it signifies? Hope it's not an issue. Thanks, voxner On Thu, Mar 11, 2010 at 6:25 PM, tyru wrote: > > > On Mar 11, 9:34 pm, voxner wrote: > > Hi, > > > >

Re: Fuzzyfinder | Tabs for cycling selections

2010-03-11 Thread tyru
On Mar 11, 9:34 pm, voxner wrote: > Hi, > > Thanks for the tip. But I am facing a weird problem, the first time I press > tab key the behavior is insertion of tab-whitespace, but subsequently the > cycling of selections work. hmm, I'm using version 3.5(latest) and it works. But so, how about th

Re: Fuzzyfinder | Tabs for cycling selections

2010-03-11 Thread voxner
Hi, Thanks for the tip. But I am facing a weird problem, the first time I press tab key the behavior is insertion of tab-whitespace, but subsequently the cycling of selections work. I also noticed a "[R]" before the files which was not the case before adding the two lines. Any idea why it's there

Re: Fuzzyfinder | Tabs for cycling selections

2010-03-11 Thread tyru
Hi voxner. ':set wildmenu' does not change fuzzyfinder's behavior. How about this? autocmd BufEnter \[fuf\] imap autocmd BufEnter \[fuf\] imap On Mar 11, 2:46 pm, voxner wrote: > Hi, > > I use fuzzyfinder to cycle between buffers. I am forced to use the > command to cycle between selec

Re: Fuzzyfinder | Tabs for cycling selections

2010-03-11 Thread tyru
Hi voxner. ':set wildmenu' does not change fuzzyfinder's behavior. How about this? autocmd BufEnter \[fuf\] imap autocmd BufEnter \[fuf\] imap On Mar 11, 2:46 pm, voxner wrote: > Hi, > > I use fuzzyfinder to cycle between buffers. I am forced to use the > command to cycle between selec

Fuzzyfinder | Tabs for cycling selections

2010-03-10 Thread voxner
Hi, I use fuzzyfinder to cycle between buffers. I am forced to use the command to cycle between selections in the one-line buffer (shown when we execute :FufBuffer). I use the latest fuzzyfinder version. In a previous version I was able to use the Tab key to cycle through the selections. But now