jceb/blinds.nvim

github github
color
stars 9
issues 1
subscribers 3
forks 1
CREATED

2017-09-23

UPDATED

2 years ago


blinds.nvim emphasizes the current window

blinds.nvim emphasizes the current window by shading the non-active windows.

Blinds animation

Customization

Set variable g:blinds_guibg to the desired color in init.vim.

Example that will shade the other windows in grey:

let g:blinds_guibg = "#969694"

Requirements

neovim version 0.2 and above that supports the winhighlight feature.