Update README
This commit is contained in:
parent
257f589e22
commit
5c04764a36
|
@ -136,6 +136,7 @@ Changes
|
||||||
* _i_: insert before current selection
|
* _i_: insert before current selection
|
||||||
* _a_: insert after current selection
|
* _a_: insert after current selection
|
||||||
* _d_: yank and delete current selection
|
* _d_: yank and delete current selection
|
||||||
|
* _D_: yank concatenated and delete current selection (see _Y_)
|
||||||
* _c_: yank and delete current selection and insert
|
* _c_: yank and delete current selection and insert
|
||||||
|
|
||||||
* _I_: insert at current selection begin line start
|
* _I_: insert at current selection begin line start
|
||||||
|
@ -143,6 +144,9 @@ Changes
|
||||||
* _o_: insert in a new line below current selection end
|
* _o_: insert in a new line below current selection end
|
||||||
* _O_: insert in a new line above current selection begin
|
* _O_: insert in a new line above current selection begin
|
||||||
|
|
||||||
|
* _y_: yank selections
|
||||||
|
* _Y_: yank selections concatenated (only one yank, containing
|
||||||
|
all selection concatenated)
|
||||||
* _p_: paste after current selection end
|
* _p_: paste after current selection end
|
||||||
* _P_: paste before current selection begin
|
* _P_: paste before current selection begin
|
||||||
* _alt-p_: replace current selection with yanked text
|
* _alt-p_: replace current selection with yanked text
|
||||||
|
|
Loading…
Reference in New Issue
Block a user