README: don't emphasize that <a-p> selects because now p does too
Note that these sentences talk about the "current" selection but actually mean "each" selection. The next commit will change this.
This commit is contained in:
parent
5822e7e9f2
commit
4b3749c492
|
@ -516,10 +516,8 @@ Changes
|
||||||
* `y`: yank selections
|
* `y`: yank selections
|
||||||
* `p`: paste after current selection end
|
* `p`: paste after current selection end
|
||||||
* `P`: paste before current selection begin
|
* `P`: paste before current selection begin
|
||||||
* `<a-p>`: paste all after current selection end, and
|
* `<a-p>`: paste all after current selection end
|
||||||
select each pasted string.
|
* `<a-P>`: paste all before current selection begin
|
||||||
* `<a-P>`: paste all before current selection begin, and
|
|
||||||
select each pasted string.
|
|
||||||
* `R`: replace current selection with yanked text
|
* `R`: replace current selection with yanked text
|
||||||
* `<a-R>`: replace current selection with every yanked text
|
* `<a-R>`: replace current selection with every yanked text
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user