On Tue, 09 Jan 2007 17:45:56 +0200, Albie <[EMAIL PROTECTED]> wrote: > First, run (in normal mode): > > :let mapleader > > That command will reveal the key you currently have configured to be > your <Leader>. Assuming the output of the above command is: > > mapleader , > > You should then be able to execute the first command by going: > > v > [moving around for selection] > ,= > > For the second command, replace ",=" above with ",g=". > > The <Leader> defaults to \ on some installations, I believe.
\ is the default value, and that's the value used if mapleader is empty. It's a bad idea to set mapleader to , unless you have a keyboard where \ is hard to type, as , is already a Vim command. -- Matthew Winn
