On Friday, May 13, 2011 17:40:40 Stephen Rasku wrote:

> On Fri, May 13, 2011 at 11:58, Gary Johnson 
<[email protected]> wrote:
> >   You can see this by executing
> > 
> >    :set showcmd
> > 
> > which will show your command keystrokes in the lower right
> > corner of your display as you type them and as Vim sees
> > them.  Look there as you type
> > 
> >    \dj
> > 
> > (I'm going to assume now that <Leader> is the default '\'.)
> >  If you type just the '\' you'll see it displayed in the
> > lower right corner. A second later it will disappear.  Now
> > type just '\d' and wait.  The '\' will disappear, leaving
> > the 'd'.

> When I type '\' by itself I see nothing.  If I type '\d' I
> just see 'd'.  Maybe something is misconfigured? Maybe I
> don't even need the leader.  I can move up and down using k
> and j.  Maybe that's how it supposed to work.

> I would like to be able to issue the command while I'm in one
> of the upper file windows but it might not be designed to do
> that.  The other commands (e.g. (s)ync) don't work in the
> file windows.

because you can see the "d" i infer you do have 'showcmd'
turned on

what does

    :echo mapleader

report?

sc

-- 
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