📜  将一行移到另一行 vim - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:32.743000             🧑  作者: Mango

代码示例1
--- second line ---
--- third line ---
--- first line ---

# Move your cursor on the "first line" (the third line), use the *move* command and
# pass your desired line number as an argument. Hit enter.
#
# :3 -->  --> :m0 --> 
#
# or...
#
# :3m0 -->