/active-window.kak

Cursor is colored only in the active window

Primary LanguageKakouneScriptThe UnlicenseUnlicense

Active-window

Kakoune text editor plugin.

Cursor is colored only in the active window. Inactive windows have grey cursor.

Watch demo

Installation

With plug:

plug 'greenfork/active-window.kak'

Options

Customize InactiveCursor face:

set-face global InactiveCursor default,rgb:5d5d5d

Using with tmux

Add this option to your .tmux.conf:

# Allow using FocusIn and FocusOut hooks
set-option -g focus-events on

License

Unlicense. See LICENSE file.