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

Implements feature requested in #1043 #1048

Closed
wants to merge 3 commits into from

Commits on Mar 16, 2017

  1. Implements feature requested in SublimeText#1043

    Adds a command to wrap the selected text in a simple LaTeX command and automatically expands no selection to the current word. This also changes the keybindings from using snippets to using the command for emph, bold, etc. Additionally, I suppose, this makes new keybindings for new similar commands pretty trivial to implement. I've left the snippets in place so they can be used if desired, but obviously they do not have the same word-grabbing rules.
    ig0774 committed Mar 16, 2017
    Copy the full SHA
    aa953ce View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Fixes per @r-stein

    - No longer wraps word_separator characters by default (less greedy)
    - Uses snippet for simple case of a single insertion of new command
    ig0774 committed May 10, 2017
    Copy the full SHA
    1acf8ab View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Copy the full SHA
    950859d View commit details
    Browse the repository at this point in the history