Tuesday, December 13, 2022

Re: How to quickly move to a specific buffer?

I copied this off the vim website, I think. In my .vimrc

nnoremap <F5> :buffers<CR>:buffer<Space>

Hit F5, just enter the number of the listed buffers.


On 22/12/13 08:09PM, Steve Litt wrote:
> Hi all,
>
> I typically use :bn and :bp to move between buffers, but I have five
> buffers open on my current project, which requires a heck of a lot of
> keystrokes to move to a specific buffer. So I'd like a command to bring
> up a list of buffers so I can chose a specific one.
>
> I've looked up :h buffers and can't find anything. Is there a way I
> could do this?
>
> Theoretically I could use the gvim menu system to do this, but it
> involves taking my hands off home position to use the arrow keys, and
> also, Alt+b is a difficult hotkey, so I'd much rather have some sort of
> Vim command to do it.
>
> Thanks,
>
> SteveT
>
> Steve Litt
> Autumn 2022 featured book: Thriving in Tough Times
> http://www.troubleshooters.com/bookstore/thrive.htm
>
> --
> --
> 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.
> To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20221213200942.40af4307%40mydesk.domain.cxm.

--
"To argue with a man who has renounced the use and authority of reason, and whose philosophy consists in holding humanity in contempt, is like administering medicine to the dead, or endeavoring to convert an atheist by scripture." ― Thomas Paine, The American Crisis.

--
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/20221214012839.4b26jnczycy4qj45%40dominion.lan.

No comments: