Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

erf/vid

Open more actions menu

Repository files navigation

vid

A minimal vim-like text editor for modern terminals written in Dart

Made for myself for fun and learning

Documentation

Features

  • vim motions, operators, text objects, visual and command mode
  • multiple selections with regex search (:select <pattern>)
  • proper emoji and wide character support for modern terminals (like Ghostty!)
  • syntax highlighting with theme selector (mono, rosepine, ayu, unicorn)
  • LSP support (go to definition, references, rename, format, etc.)
  • multi-buffer support with interactive popups
  • undo and redo
  • file-based YAML configuration

Building

Requires the Dart SDK (3.12+).

See build.sh.

Configuration

vid loads configuration from YAML files at these locations (in order):

  1. ./ — local project config (hidden dotfiles)
  2. $XDG_CONFIG_HOME/vid/
  3. ~/.config/vid/

Two config files are supported:

Local (project) Global (~/.config/vid/) Purpose
.vid.yaml config.yaml Editor settings (see config.example.yaml)
.vid-lsp.yaml lsp_servers.yaml LSP server configs (see lsp_servers.example.yaml)

About

A minimal vim-like text editor for modern terminals written in Dart

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.