You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<dd>Displays all keyboard aliases (shortcuts), usually in a file called <code>.bash_aliases</code>.</dd>
68
68
69
-
<dt><kbd>atom</kbd></dt>
70
-
<dd>Launches Atom, assuming the shell commands have been installed. Typing <kbd>atom .</kbd> opens the current folder in Atom and typing <kbd>atom FILE</kbd> opens <code>FILE</code> in Atom.</dd>
69
+
<dt><kbd>code</kbd></dt>
70
+
<dd>Launches VS Code, assuming the shell commands have been installed. Typing <kbd>code .</kbd> opens the current folder in VS Code and typing <kbd>code FILE</kbd> opens <code>FILE</code> in VS Code.</dd>
71
71
72
72
<dt><kbd>cat FILE</kbd></dt>
73
73
<dd>Displays the contents of <code>FILE</code>, then returns control to The Terminal.</dd>
0 commit comments