Scroll to navigation

TURBO(1) General Commands Manual TURBO(1)

NAME

turbo - An experimental text editor based on Scintilla and Turbo Vision.

SYNOPSIS

turbo [file...]

DESCRIPTION

Turbo is an experimental text editor for the terminal, based on the Scintilla code editing component and the Turbo Vision application framework.

It was created to demonstrate new features in Turbo Vision. In particular, it has served as testing ground for Turbo Vision's Unicode capabilities.

As a text editor, Turbo aims at being intuitive and easy to use. And simply because it is a Turbo Vision application, it offers a vintage look and feel.

User interface shortcuts

Exit Turbo.
Open menu with shortcut key letter. For example, Alt+F opens the File menu. Once a menu is open, menu entries can be selected by pressing their respective shortcut key. For example, Alt+F+U selects the Suspend entry in the File menu.
New document.
Open file.
Save current document.
Rename current file.
Walk through document list.
Walk through document list, in reverse order.
Select next document in tree view.
Select previous document in tree view.

Text edition shortcuts

Select all text.
Copy selection into clipboard.
Duplicate selection or current line.
Find text.
Replace text.
Go to line.
Delete current line.
Toggle comment.
Paste from clipboard.
Cut selection.
Redo.
Undo.
Move cursor one word left.
Move cursor one word left.
Delete one word left.
Delete one word right.
Extend selection while cursor moves.
Move selected lines down.
Move selected lines up.
Find next match.
Find previous match.

ENVIRONMENT

The following environment variables affect the behaviour of Turbo:

Overrides the system-supplied number of terminal columns and columns.
Turbo will interact with the X11 or Wayland clipboard if available. This requires wl-clipboard and xsel or xclip to be installed.
UTF-8 support is only enabled if a UTF-8 locale is in use.

NOTES

Not all keyboard shortcuts are supported by all terminals. For this reason, some commands can be triggered by more than one shortcut.

BUGS

You can report bugs in Turbo's issue tracker (https://github.com/magiblot/turbo/issues).

4 January 2023