/terminal-mode.kak

A mode to manage the various windowing systems

The UnlicenseUnlicense

terminal-mode.kak

A Terminal mode for Kakoune to easily switch between the various windowing systems (Alacritty, iTerm, kitty, Screen, tmux, X11).

Installation

Add terminal-mode.kak to your autoload or source it manually.

require-module terminal-mode

Usage

Enter Terminal mode with enter-user-mode terminal.

Configuration

map -docstring 'Terminal' global normal <c-w> ': enter-user-mode terminal<ret>'