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

extending jump to horyzontal splits #155

Open
wants to merge 2 commits into
base: next
Choose a base branch
from

Commits on Nov 28, 2017

  1. Extending magit#jump_to with new window command arg

    Details:
    *    + Adding a newwin_cmd parameter to magit#jump_to function to
    *      allow selection of the window opening mode if the buffer to
    *      jump to is not available
    *    + fixing magit#jump_to calls in mapping definition
    nibrunie committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    c67b202 View commit details
    Browse the repository at this point in the history
  2. Adding new mapping 'j': "jump to" hsplit

    Details:
    *    + same behavior as "J" (from nomodifiable branch) or "E" in
    *      current next branch: jump to the buffer corresponding to the current
    *      hunk, but if the buffer has not been open yet, opens it as on horyzontal
    *      split
    nibrunie committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    34245d3 View commit details
    Browse the repository at this point in the history