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

Cycle prompt history #521

Merged
merged 6 commits into from
Jul 9, 2021

Commits on Jul 9, 2021

  1. Cycle prompt history

    To enable add this to your config:
      history_location = '~/.local/share/nvim/telescope_history',
    
    Currently not mapped by default, add mappings like this to your config:
      mappings = {
        i = {
          ["<C-n>"] = actions.cycle_history_next,
          ["<C-p>"] = actions.cycle_history_prev,
        },
      },
    
    To set a history_limit add this to your config:
      history_limit = 1000,
    Conni2461 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    c282009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d22956 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    affe310 View commit details
    Browse the repository at this point in the history
  4. [docgen] Update doc/telescope.txt

    skip-checks: true
    Github Actions committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    7482900 View commit details
    Browse the repository at this point in the history
  5. better configuration

    Conni2461 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    2a44bbe View commit details
    Browse the repository at this point in the history
  6. thanks clason :)

    Conni2461 committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    7d15d0f View commit details
    Browse the repository at this point in the history