Paste MOL
Keymap
Paste
Paste the clipboard content before or after the current selection, without automatic gaps insertion.
Paste with gaps
Paste with gaps works by analyzing the gap between the current selection and the previous/next selection, then insert the gap before/after the pasted text.
For example, consider the following Javascript code:
hello(x, y);
Assuming the current selection mode is Syntax Node, and the current selection is y, and the
copied text is z, performing a p results in the following:
hello(x, y, z);
Replace
If this layer is deactivated immediately without pressing any movement key, the current selection is replaced with the clipboard content.
Replace with copied text
Replace current selection with previous/next copied text in the clipboard history.
This is similar to Yanking Earlier Kills in Emacs.
This is useful when you want to retrieve earlier copies.