alacritty

Alacritty is a simple, GPU-accelerated terminal emulator written in Rust. It supports scrollback, 24-bit colors, copy/paste, clicking on URLs, and custom key bindings.

August 1, 2025 · 1 min · Kristian Alexander P

khal

Khal Khal is a standards based CLI and terminal calendar program, able to synchronize with CalDAV servers through vdirsyncer. configuration [calendars] [[personal]] path = /home/alexforsale/.calendars/* type = discover color = auto [locale] timeformat = %H:%M dateformat = %Y-%m-%d longdateformat = %Y-%m-%d %a datetimeformat = %Y-%m-%d %H:%M longdatetimeformat = %Y-%m-%d %H:%M [default] default_calendar = alexarians@gmail.com Code Snippet 1: khal configuration

August 1, 2025 · 1 min · Kristian Alexander P

neovim

Neovim is a fork of Vim aiming to improve the codebase, allowing for easier implementation of APIs, improved user experience and plugin implementation. Neovim inspired editors like Helix.

August 1, 2025 · 1 min · Kristian Alexander P

vim

Vim is a terminal text editor. It is an extended version of vi with additional features, including syntax highlighting, a comprehensive help system, native scripting (Vim script), a visual mode for text selection, comparison of files (vimdiff), and tools with restricted capabilities such as rview and rvim. Backlinks neovim

August 1, 2025 · 1 min · Kristian Alexander P