mirror of
https://github.com/mawww/kakoune.git
synced 2025-04-16 11:17:44 +02:00
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
1 changed files with 2 additions and 4 deletions
|
@ -516,10 +516,8 @@ Changes
|
|||
* `y`: yank selections
|
||||
* `p`: paste after current selection end
|
||||
* `P`: paste before current selection begin
|
||||
* `<a-p>`: paste all after current selection end, and
|
||||
select each pasted string.
|
||||
* `<a-P>`: paste all before current selection begin, and
|
||||
select each pasted string.
|
||||
* `<a-p>`: paste all after current selection end
|
||||
* `<a-P>`: paste all before current selection begin
|
||||
* `R`: replace current selection with yanked text
|
||||
* `<a-R>`: replace current selection with every yanked text
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue