-
Notifications
You must be signed in to change notification settings - Fork 1
Wand Editor
Abbin44 edited this page Sep 24, 2021
·
3 revisions
The wand editor is the built-in text editor in CMD++. There are currently three keyboard shortcuts to know about.
-
CTRL + H
This will toggle syntax highlighting -
CTRL + D
This will duplicate the line the cursor is set on -
CTRL + S
This will save and exit the file -
CTRL + Q
This closes the file without saving
-
wand The
wand
command opens a file provided in the file path and adds a simple syntax highlight, which can be toggled withCTRL + H
wand [Path]
-
peek The
peek
command lets you peek inside any file you choose. The command simply prints the content of the file. The purpose of this command is to have a "text editor" if you just need to take a quick look at something, there's no need to use any key shortcuts like there is with thewand
command.peek [Path]