Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Add yank and put to README
Browse files Browse the repository at this point in the history
  • Loading branch information
georgebrock committed Nov 1, 2013
1 parent d47b8d6 commit e265915
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -84,6 +84,12 @@ above, and the following text objects:
* <kbd>X</kbd>: Delete the character before the cursor
* <kbd>.</kbd>: Repeat the last edit or operator

### Yank and put

* <kbd>y</kbd><kbd>y</kbd> or <kbd>Y</kbd>: Yank the current line
* <kbd>p</kbd>: Put the most recently yanked line after the current line
* <kbd>P</kbd>: Put the most recently yanked line before the current line

## License

Vimulator is licensed under the [MIT license][mit].
Expand Down

0 comments on commit e265915

Please sign in to comment.