Skip to content
Samuel Joli edited this page Jan 31, 2023 · 5 revisions

Movement

Copy and paste type from above function to the one below

  • ya{
  • 4j
  • viw
  • p
function hello(person: { name: string }) {
  console.log("Hello")
}

function speak(person: any) {
  console.log("Hello")
}

:help a{

Refactoring

Copy block and paste below

Call function call and auto wrap params in parens

Editing

wrap text in quotes, parents, brackets

Clone this wiki locally