Skip to content

Instantly share code, notes, and snippets.

@qmaruf
Last active August 4, 2020 07:27
Show Gist options
  • Save qmaruf/2ca2eeaed2bbff27685e02f5a03eb872 to your computer and use it in GitHub Desktop.
Save qmaruf/2ca2eeaed2bbff27685e02f5a03eb872 to your computer and use it in GitHub Desktop.
* delete current line
** go to the line, press esc, press dd
* undo
** `esc` + `u`
* paste python code
** `esc` + `:set paste`
* cut paste
** `V` + `d` + `p`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment