Replies: 2 comments 3 replies
-
This is sort of similar to VSCode's |
Beta Was this translation helpful? Give feedback.
0 replies
-
This can be achieved using |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
duplicate line/selection
is a common function for text editor.current i use
,d
to do this, and,D
to do this with old selection comment out. also keep cursor position.however, this still mess undo history and clipboard. should this be builtin or as plugin?
Beta Was this translation helpful? Give feedback.
All reactions