Re: Project drawer like in TextMate

2009-11-17 Thread Keyan
hi, i am not sure if this was already discussed in this thread, but i use project.vim for several years now very successfully. it has its deficits, but one feature that makes it even better than project-drawers in IDEs such as eclipse, is that you can freely edit the project file. that means,

Re: C-{ and C-} to change buffer

2009-11-17 Thread björn
2009/11/16 matias: I am far more used to use 'buffers' than to 'tabs' in VIM.  Is there any way to change the default mapping of C-{ and C-} to switch between buffers instead of tabs? I tried: map! D-{      :bnext CR map! D-}      :bprev CR in my ~/.vimrc with no luck. Hi Matias,

Re: C-{ and C-} to change buffer

2009-11-17 Thread Matias Alejo Garcia
On Tue, Nov 17, 2009 at 3:11 PM, björn bjorn.winck...@gmail.com wrote: 2009/11/16 matias: I am far more used to use 'buffers' than to 'tabs' in VIM. Is there any way to change the default mapping of C-{ and C-} to switch between buffers instead of tabs? I tried: map! D-{