-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selection.set-rectangle-mark #140
Comments
I'm not sure what you mean "on place". By default, alt+# key starts rectangular selection. You can copy or paste against selected rectangular. Is this what you need? |
for example I want copy the rectangular after rectangular position |
from: |
Thank you for explanation.
With this way, lines of text in clipboard are inserted to middle of lines, without inserting new line characters. |
Thanks Atsuo it works but a little bit complex better have a quick vpaste command :-) |
I've create custom kaa.py for dummy test but no luck to works
|
Wow, great job. You can bind command to the key in your
|
to execute edit.paste command, you can @commandid('le.vpaste')
def vpaste(wnd):
wnd.document.mode.on_commands(wnd, ['edit.paste']) |
hi,
how to paste support rectangle paste on place instead new line
The text was updated successfully, but these errors were encountered: