Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support dimming :terminal windows #46

Open
tammersaleh opened this issue May 25, 2020 · 2 comments
Open

support dimming :terminal windows #46

tammersaleh opened this issue May 25, 2020 · 2 comments

Comments

@tammersaleh
Copy link
Contributor

First off, thanks for vimade! It really helps keep track of where I am when I'm using lots of splits, and it's great for pair programming.

I use :terminal windows heavily. I'm not sure if this is possible, since :terminal doesn't use vim highlight groups, but it'd be awesome if we could dim those as well.

@TaDaa
Copy link
Owner

TaDaa commented May 27, 2020

I believe there is a partial way to do this, but requires putting the terminal into normal mode before leaving it. I use something similar to the remap below, which should work in both neovim and vim:

tnoremap <ESC> <C-\><C-N>
tnoremap <C-w> <C-\><C-N><C-w>

@tammersaleh
Copy link
Contributor Author

Thanks @TaDaa - I'll give that a try

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants