Karl Guertin wrote: > I'm not sure exactly which combination you're talking about, but I > assume it's vim+ipython. > > Switching buffers: > > "If you don't use windows > nnoremap <C-N> :next<Enter> > nnoremap <C-P> :prev<Enter>
Similar bindings here, but I use C-Letf and C-Right. But anyway I've found this script really useful for switching between buffers: http://www.vim.org/scripts/script.php?script_id=1040 I'm also trying to use PIDA (along with VIM), the latest version (0.3) is really good compared to the previous one but I would like a stripped version where I can just have a directory explorer and a class/func selector (ala TextMate). Ciao Michele

