Re: Right click = toggle fold
I just wanted to share this little mapping I've come up with: :map za I find using the keyboard more useful, so I use the space bar to toggle the opening/closing of the folds: :map za So, it becomes 'j/k/c-f/c-b', space (expand), read, space (collapse), j/k some more... Best, Swaroop
Right click = toggle fold
Hi I just wanted to share this little mapping I've come up with: :map za It makes right-clicking on a fold toggle it opened/closed. Using the mouse wheel all the time to scroll around in GVim, I find this very useful for navigating big files, especially with automatic syntax- or indent-folding. Scroll, click (expand), read, click (collapse), scroll some more... Tobia