【发布时间】:2016-02-08 16:23:46
【问题描述】:
我有一个正在编写的文件,我需要在两个不同的地方(Context 和 UConfig)插入递增的数字。我试过在 Notepad++ 中使用列编辑器,但它也会在其他行的中间添加数字。
forw mte Context 0
forw mte Config 1 0 0
forw mte CellSelection 10000 [10]
forw mte UConfig 1([100000000000000 2] [] [] []) [] [0]
forw mte ConfigCapability [1] [100] [100]
forw mte ConfigSelection 20000
我需要复制此选择 1000 次,其中 Context 来自 0-999,UConfig 来自 100000000000000-100000000000999。
【问题讨论】:
-
我重新打开了问题。因为它不是stackoverflow.com/questions/26178151/… 的副本。该答案中的解决方案不会解决OP的问题。 Notepad++ 的列模式对这个问题没有帮助。
标签: vim insert notepad++ increment