Skip to content

Instantly share code, notes, and snippets.

@ajitid
Last active May 28, 2022 13:28
Show Gist options
  • Save ajitid/9f588d0fdbd9a01a9e2f85a70afcbfb4 to your computer and use it in GitHub Desktop.
Save ajitid/9f588d0fdbd9a01a9e2f85a70afcbfb4 to your computer and use it in GitHub Desktop.
const a = 1; // put cursor here and try to move down using keys bind to `goto_next_start`'s `@function.outer`
const arrowFn = () => {
console.log('some body')
}
function regularFn() {
console.log('some content')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment