Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Goto buffer #4756

Closed
wants to merge 10 commits into from
Closed

Goto buffer #4756

wants to merge 10 commits into from

Commits on Nov 15, 2022

  1. Implemented "goto-buffer" command

    = committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    f3bfb8b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into goto-buffer

    = committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6f54f7d View commit details
    Browse the repository at this point in the history
  3. Inlined some functions

    Inlined some functions, that had their origin in old implementation
    detail, and are now unnecessary.
    = committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    c156b42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92e49e1 View commit details
    Browse the repository at this point in the history
  5. Added shortcut for going to buffers

    Now able to go to specific buffers by pressing CTRL+<[1-9]>.
    = committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    a7c5b9f View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    1357ac6 View commit details
    Browse the repository at this point in the history
  2. Now using Iterator::nth

    Previously collected into a vector, and then indexed that.
    = committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    4bf9e14 View commit details
    Browse the repository at this point in the history
  3. Now completing the buffer names

    = committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    fa8c7ab View commit details
    Browse the repository at this point in the history
  4. Now returning err on invalid indices

    = committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    50747e4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b474ab7 View commit details
    Browse the repository at this point in the history