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

Custom keymaps #113

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

Commits on Oct 14, 2015

  1. Configuration menu
    Copy the full SHA
    53e835f View commit details
    Browse the repository at this point in the history
  2. abstract matches-window key mapping to helper fn

    The helper `ag#AgSetDefaultMappings` takes one argument, `matches_window_prefix`,
    which is determined by whether the matches window is a location list or quickfix
    window. Custom keymaps can now be given by setting the `g:ag_lmapping_func` and
    `g:ag_qmapping_func` options.
    skalidindi3 committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    43a3198 View commit details
    Browse the repository at this point in the history
  3. allow custom message text

    The option `g:ag_mapping_message_text` can now be used to display
    a custom message when the location list / quickfix window opens.
    skalidindi3 committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    086456e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5e9e03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0475d9 View commit details
    Browse the repository at this point in the history