Skip to content

Commit

Permalink
Add a fill all Windows key trigger for TEX directive on =
Browse files Browse the repository at this point in the history
  • Loading branch information
r-stein committed Sep 12, 2016
1 parent 7e3d1e3 commit 45c34d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ LaTeX Package keymap for Windows
{"key": "lt_fill_all_env.open_curly", "operator": "equal", "operand": true, "match_all": true}],
"command": "latex_fill_all", "args": {"completion_type": "env", "insert_char": "{"}},

{ "keys": ["="],
"context": [
{"key": "setting.disable_latex_ref_cite_auto_trigger", "operator": "not_equal", "operand": true},
{"key": "selector", "operator": "equal", "operand": "text.tex.latex comment.line.percentage.tex"},
{"key": "selection_empty", "operator": "equal", "operand": true, "match_all": true},
{"key": "lt_fill_all_directive.equal_sign", "operator": "equal", "match_all": true, "operand": true}],
"command": "latex_fill_all", "args": {"completion_type": "directive", "insert_char": "="}},

// Toggle autocomplete
{ "keys": ["ctrl+l","t","a", "r"],
"context": [
Expand Down

0 comments on commit 45c34d2

Please sign in to comment.