@@ -132,6 +132,18 @@ LaTeX Package keymap for Linux
132132 ]
133133 },
134134
135+ {
136+ "keys" : [" =" ],
137+ "command" : " latextools_fill_all" , "args" : { "completion_type" : " directive" , "insert_char" : " =" },
138+ "context" : [
139+ { "key" : " setting.command_mode" , "operand" : false },
140+ { "key" : " setting.disable_latex_ref_cite_auto_trigger" , "operand" : false },
141+ { "key" : " selector" , "operand" : " text.tex.latex comment.line.percentage" },
142+ { "key" : " selection_empty" , "match_all" : true },
143+ { "key" : " lt_fill_all_directive.equal_sign" , "match_all" : true }
144+ ]
145+ },
146+
135147 // \cite{,}
136148 {
137149 "keys" : [" {" ],
@@ -190,17 +202,6 @@ LaTeX Package keymap for Linux
190202 { "key" : " lt_fill_all_ref.comma" , "match_all" : true }
191203 ]
192204 },
193- {
194- "keys" : [" =" ],
195- "command" : " latextools_fill_all" , "args" : { "completion_type" : " directive" , "insert_char" : " =" },
196- "context" : [
197- { "key" : " setting.command_mode" , "operand" : false },
198- { "key" : " setting.disable_latex_ref_cite_auto_trigger" , "operand" : false },
199- { "key" : " selector" , "operand" : " text.tex.latex comment.line.percentage" },
200- { "key" : " selection_empty" , "match_all" : true },
201- { "key" : " lt_fill_all_directive.equal_sign" , "match_all" : true }
202- ]
203- },
204205
205206 // \input{,}
206207 {
0 commit comments