Tuesday, October 6, 2015

Re: How can I take control over jumps `Ctrl-O` and `Ctrl-I` in Vimscript?

On Wed, Oct 7, 2015 at 12:39 AM, 'Annis Monadjem' via vim_use
<vim_use@googlegroups.com> wrote:
> Is there any way I could use Vimscript to go through the list of jumps `Ctrl-O`, `Ctrl-I` and to pick the previous jump buffers/positions?
>
> Any suggestion is greatly appreciated.
>
See:
• :help jump-motions
which tells you about the jump list.
• :help :normal
about invoking normal mode commands (as opposed to
ex-commands) in a script.

Best regards,
Tony.

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

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: