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

Fixes & changes for #1470 #1554

Closed
wants to merge 2 commits into from

Commits on Aug 4, 2018

  1. Snippets: Use ASCII ellipsis for the cursor placeholder

    It makes more semantic sense than underscore, and is still full ASCII
    unlike the proper Unicode ellipsis.
    b4n committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    68904e0 View commit details
    Browse the repository at this point in the history
  2. Don't beep if there is no next snippet cursor

    Now the keybinding can be overridden (e.g. using Tab for it as well as
    normal behavior), beeping when there is no next cursor is more annoying
    than useful.
    b4n committed Aug 4, 2018
    Configuration menu
    Copy the full SHA
    2128bf1 View commit details
    Browse the repository at this point in the history