≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Feature request #2108

Feature request #2108: Option to sort buffer list by recently used

Kind feature request
Product Command-T
When Created 2013-09-04T05:31:59Z, updated 2015-04-10T05:56:27Z
Status closed
Reporter Kovid Goyal
Tags no tags

Description

It would be nice to have an option to sort the buffer list brought up by CommandTBuffer by most recently visited. Often, I have lots of buffers open but an currently working on only a few and sometimes, jumping to the last buffer or the last but one buffer is easier than remebering the filename for the buffers.

The LustyJuggler vim plugin sorts its buffer list like this and I find it very useful, but I would like to consolidate.

Comments

  1. Greg Hurrell 2013-09-04T06:08:54Z

    Yeah,it's probably not a bad idea. I haven't investigated how this would be done. Perhaps with an autocmd it's possible for Command-T to maintain an MRU buffer listing, and then use that to aid in sorting the results.

  2. Kovid Goyal 2013-09-07T08:06:46Z

    Lusty juggler does it with autocommands: https://github.com/vim-scripts/LustyJuggler/blob/master/plugin/lusty-juggler.vim#L258

  3. Greg Hurrell 2015-04-10T05:56:24Z

    This was implemented a while back; will close.

  4. Greg Hurrell 2015-04-10T05:56:27Z

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets