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

Add option global mark goto buffer instead of line and mark preview #1414

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 2, 2021

  1. Add option global mark-goto-buffer-not-line

    Because of multiple requests to have some quick way to mark buffers for quickly
    switching between multiple buffers, and also inspired by @yyoncho his
    [evil-marker-plus](https://github.com/yyoncho/evil-markers-plus), I figured that
    it is often preferred to just jump to the last buffer position instead of a
    specific line number when jumping to a global mark (if one wants to jump to the
    specific line then one could jump with backtick, optionally follow by a zero,
    instead of jumping with quote.
    
    A following commit implements listing the marks with some delay in *evil-marks*
    buffer (similar to which-key package behavior)
    dalanicolai committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    0d113bb View commit details
    Browse the repository at this point in the history
  2. On goto, show marks with delay in *evil-marks* buffer

    This commit adds functionality to the previous commit (i.e.
    mark-goto-buffer-not-line), and shows marks in the *evil-marks* window after a
    delay (similiar to which-key). It is especially handy to remind of which mark is
    associated with which buffer.
    dalanicolai committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    7dad900 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c8c83b View commit details
    Browse the repository at this point in the history