Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ as short form of `:delete`):
|---------|----------------|
| `:d` | Current line. |
| `:.d` | Current line. |
| `:0d` | Special "virtual" line _before_ the first line in the buffer. (some commands, like :move or :copy will interpret it as "before the first line", while others like :delete or :substitute will treat it as the first line) |
| `:1d` | First line. |
| `:$d` | Last line. |
| `:1,$d` | All lines. |
Expand Down