Sunday, November 6, 2011

Re: double quote in command mode

On 11/06/11 11:02, Szymon wrote:
> today I found out that on my vim I cannot use double quote sign in the
> command mode. I would like to copy 3 lines to buffer a with command:
> "a3yy
> but it doesnt work... I dont see also the sign " at the bottom when I
> press it.
> But it works on my univeristy linux server on the same version of vim
> (7.3). How to enable it?

When you say it doesn't work, do you mean that it doesn't put the
contents in register "a", that the characters appear in your
text-buffer, or do you simply not see the command as you type it?
If it's the latter, then check/compare your settings for
'showcmd', as it may be set on your university machine and not on
your local vim. Setting it should show the command as you type it.

I'm also making the assumption that you're advanced enough in
your vim use so that you're using Vim, not easy-vim (which opens
in insert-mode and requires you to jump to normal mode on a
command-by-command basis). Usually, you have to explicitly
request easy-vim.

-tim


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

No comments: