teditor  1.8.0@@fee5e94
Terminal based editor written in C++
Tutorials

Introduction

This is the entry page for all usage-related information about teditor. It also comes in-built documentation about its usage. Inside the editor, type M-x help-command <command-name> to know more about a given command. Sooner, we'll be deprecating this command, in favor of more visual and descriptive doxygen-based documentation of all these commands.

All Commands

A Command is an operation that changes any of the following:

  1. contents of a Buffer
  2. filesystem
  3. command-status bar
  4. visual content of the editor session
  5. or launches another Command

These commands can either be entered via keystrokes attached to them or via the M-x <command-name> Enter command itself.

Core Commands

Given below are groups of core commands that are currently supported:

  1. Buffer
  2. Command Status Bar
  3. Cursor
  4. Session

Extensions

Given below are the groups of extensions that are currently supported:

  1. calc-mode
  2. dir-mode
  3. grep-mode
  4. ledger-mode
  5. todo-mode
  6. watch-mode