Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 579 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 579 Bytes

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.