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

[WIP] Support jumping around buffers that has no real file #1787

Closed
wants to merge 2 commits into from

Conversation

roxma
Copy link
Contributor

@roxma roxma commented Apr 28, 2023

Hi,

I'm working on this PR to support jumping around magit buffers (log, diff, etc)

This PR depends on #1772

Please help me review and merge #1772 first.

roxma added 2 commits April 26, 2023 20:46
…ward

Steps to reproduce the issue:

  - Create files `a` `b` `c` with the following content:

    $ head a b c
    ==> a <==
    b

    I'm A
    ==> b <==
    c

    I'm B
    ==> c <==
    I'm C

  - Run `emancs a` to open bufer `a`
  - Press `gf` to jump to bufer `b`
  - Press `gf` to jump to bufer `c`
  - Press `C-o` to jump back to bufer `b`
  - Press `C-o` to jump back to bufer `a`
  - Press `C-i` to jump foward to bufer `b`
  - Press `C-i` to jump foward to bufer `c`, but the window stays with
    buffer unexpectedly.
Support jumping around magit buffers (log, diff, etc)
@roxma roxma changed the title Support jumping around for buffers without actual file Support jumping around buffers that has no actual file Apr 28, 2023
@roxma roxma changed the title Support jumping around buffers that has no actual file Support jumping around buffers that has no real file Apr 28, 2023
@roxma roxma changed the title Support jumping around buffers that has no real file [WIP] Support jumping around buffers that has no real file Apr 28, 2023
@roxma roxma closed this Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant