mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Merge pull request #3463 from chiizujin/editor_paste
Correct help for editor's paste command
This commit is contained in:
commit
6431b5c6c4
2 changed files with 2 additions and 2 deletions
|
|
@ -134,7 +134,7 @@ the in-editor help command (`:h`).
|
|||
|
||||
:y <l> - yank (copy) line <l> to the copy buffer
|
||||
:x <l> - cut line <l> and store it in the copy buffer
|
||||
:p <l> - put (paste) previously copied line directly after <l>
|
||||
:p <l> - put (paste) previously copied line directly before <l>
|
||||
:i <l> <txt> - insert new text <txt> at line <l>. Old line will move down
|
||||
:r <l> <txt> - replace line <l> with text <txt>
|
||||
:I <l> <txt> - insert text at the beginning of line <l>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue