This extension inserts a character which resides above the cursor to the current cursor position, allowing you to quickly duplicate some of the info from the previous line. "Insert character above cursor" extension adds a new command "Insert character above cursor" to the VSCode Command Palette with a dedicated keyboard hotkey Shift-Cmd/Ctrl-P
.
"Insert character above cursor" extension mimics the similar functionality available in (g)Vim, where it is bound to the
Cmd/Ctrl-Y
keyboard hotkey in Insert mode: http://vimdoc.sourceforge.net/htmldoc/insert.html.
Nothing will be inserted if there is nothing above the cursor, for example:
- you are pressing
Cmd/Ctrl-Y
on the first line of the file; - there is an empty line before the line where cursor resides;
- the previous line is quite short and there is nothing above the cursor;
Initial release
Fixing the donation button