Hi,

I use fuzzyfinder to cycle between buffers. I am forced to use the <C-N>
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 when I press tab vim puts me into "Insert mode" and inserts a
tab-whitespace. How do I get vim to cycle through the selections when I
press the tab key?

I had tried setting wildmenu on, but still the behavior is the same. I also
tried mapping <C-N> to <tab>. But that did not work either. My vimrc has the
following entries relevant to this issue.

set wildmenu
nnoremap <C-N> :tabn<CR> "this I use for going to next tab

I would appreciate input on this problem.

Thanks,
Prasad

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to