Download:
child 13:be40ec3f034f
parent 11:06ca046dc96f
12:e560e97b8c6d
Anton Shestakov <engored@ya.ru>, Sat, 04 Apr 2015 22:31:04 +0800
vim.rst: yanking current word (to show an example of in-word motion)

1 файлов изменено, 3 вставок(+), 0 удалений(-) [+]
vim.rst file | annotate | diff | comparison | revisions
--- a/vim.rst Sat Apr 04 22:29:20 2015 +0800
+++ b/vim.rst Sat Apr 04 22:31:04 2015 +0800
@@ -67,6 +67,9 @@
`yy`
yank current line into register
+`yiw`
+ yank current word into register
+
`p`, `P`
put register *after*, *before* cursor position