Friday, July 30, 2010

Re: move cursor

Mostafa S.Ari wrote:
> Thank you for your replies but what do I really want is something like
> this:
> Imagine dave bob and tim are three buffers already active in different
> windows.
> I want a command like:
> :sendCursorTo dave
> and after that the cursor go to the dave's window without any change
> to other windows.
:help bufname()
:help winbufnr()
:help wincmd
:help CTRL-W_w

then wrap this up in a command (yes, its :help command).

Regards,
Chip Campbell

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