-
Updated
Jul 8, 2022 - JavaScript
shortcut
Here are 453 public repositories matching this topic...
-
Updated
Jun 4, 2022 - Java
-
Updated
Jul 3, 2017 - Objective-C
-
Updated
Jul 1, 2022 - TypeScript
-
Updated
Dec 28, 2020 - Objective-C
-
Updated
May 4, 2022 - C#
-
Updated
Dec 29, 2020 - Objective-C
-
Updated
Dec 29, 2020 - AutoHotkey
-
Updated
Mar 21, 2022 - JavaScript
-
Updated
Jun 28, 2022 - Python
-
Updated
Apr 18, 2022 - Swift
内嵌代码跳转的逻辑待优化
-
Updated
Jul 28, 2020 - JavaScript
-
Updated
May 2, 2022 - TypeScript
We want to support long presses, not just double taps.
-
Updated
Oct 20, 2021 - Swift
-
Updated
Mar 4, 2022 - C#
-
Updated
Jun 23, 2022 - TypeScript
-
Updated
Jun 30, 2016 - JavaScript
-
Updated
May 2, 2017 - Java
-
Updated
Jul 8, 2022 - TypeScript
-
Updated
Mar 5, 2022 - C#
-
Updated
May 17, 2022 - TypeScript
-
Updated
Jun 5, 2020 - AutoHotkey
Improve this page
Add a description, image, and links to the shortcut topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the shortcut topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

举个例子,我想用codeexpander写latex, $\displaystyle (光标1) $ (光标2)
我创建了片段
lf,对应着行内公式:
sb,对应着上标: ^{(光标1)} (光标2)
单独使用没什么问题,按下跳转指令键就能从光标1到光标2
但是两者嵌套使用就出现问题了,在lf中的光标1处输入sb,替换之后光标直接跳转到lf的末尾,