Kakoune text editor plugin.
Cursor is colored only in the active window. Inactive windows have grey cursor.
With plug:
plug 'greenfork/active-window.kak'
Customize InactiveCursor
face:
set-face global InactiveCursor default,rgb:5d5d5d
Add this option to your .tmux.conf
:
# Allow using FocusIn and FocusOut hooks
set-option -g focus-events on
Unlicense. See LICENSE file.