Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 631 Bytes

edit-paste.md

File metadata and controls

83 lines (63 loc) · 631 Bytes

1

foo
^^^^ 0
bar

1 paste

up

  • .selections.saveText
  • .edit.paste.after
foo
^^^^ 0
foo
bar

1 paste x

up

  • .edit.paste.after
foo
^^^^ 0
foo
foo
bar

1 move-then-paste

up

  • .select.left.jump
  • .edit.paste.after
foo
   | 0
foo
bar

1 move-then-paste move-2-then-paste

up

  • .select.left.extend { count: 2 }
  • .selections.saveText
  • .edit.paste.after
foooo
 ^^ 0
foo
bar

2

hello
^^^^^^ 0

2 paste-3

up

  • .selections.saveText
  • .edit.paste.after { count: 3 }
hello
^^^^^^ 0
hello
hello
hello