Useful Shortcuts for Cot Editor thumbnail

Useful Shortcuts for Cot Editor

Here is a summary of shortcuts and convenient ways to use Cot Editor for macOS.

Posted at: 2022.7.7

Editorial Note: We earn a commission from partner links on keyboardista - English version. Commissions do not affect our editors' opinions or evaluations.

Default Shortcuts

Text Operations

Since Cot Editor is a text editor, you should master the text operation shortcuts. The basics such as copy and paste are the same as macOS shortcuts, but here are some editor-specific ones.

ActionShortcut
SelectShift + Arrow Key
Select wordCommand + D
Search selected text(With text selected) Command + E
Look up selected text in dictionaryCommand + Ctrl + D
Rectangular selectionOption(alt) + Drag
Select multiple rectanglesCommand + Option(alt) + Drag
Shift lineCommand + or
Duplicate lineCommand + Shift + D

Rectangular selection is a subtly convenient feature, so be sure to use it. Also, "search selected text" is quietly useful.

Additionally, for shifting lines, in programming-oriented editors you can do this with just Tab, but in Cot Editor the shortcut is different, so if you use both, it might be a little confusing.

Editor Operations

Next, let's look at shortcuts for operating the editor itself.

ActionShortcut
Split editorCommand + Option(alt) + Enter
Move between split editorsCommand + Option(alt) + Ctrl + Arrow Key
Show inspectorCommand + I

Splitting the editor is useful when working while comparing documents. You can move between split screens with shortcuts, so it's helpful for speeding up work when you want to focus on writing or coding.

Showing the inspector is convenient when you want to check the number of characters or lines.

Convenient Keyboard Operations in Cot Editor

When using Cot Editor for text writing, it is often used in combination with other apps like browsers rather than on its own, so it is best to master the text operation shortcuts.

If you work with data operations, mastering rectangular selection, replace, search, and regular expressions can greatly speed up data formatting tasks.

On the other hand, if you use it for programming, you often code while comparing multiple related programs, so you should master the editor operation shortcuts.

However, when it comes to whether Cot Editor is easy to use for coding, there are many other editors that are easier to use. So, if coding becomes your main task, consider using another editor with more extensive shortcuts and plugin support.