Moving to Line Ends

Use the following keys to move to the beginning or end of a line:

0
-move to the beginning of a line
Example
$
-move to the end of a line
Example
_
-move to the first word in a line
Example
1
1
2
3
4
5
6
7








(function someDemo() {
const test = "Hello World!";
console.log(test);
})();
// test
return () => <App />;
NORMAL
 00:00