Last active
May 28, 2022 13:28
-
-
Save ajitid/9f588d0fdbd9a01a9e2f85a70afcbfb4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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