mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
This only applies to floating preview windows on Neovim. Handles the following way of closing the floating preview: - <Esc> - Moving cursor - 2<C-W>c (where 2 is the floating window's window number) - <C-W><C-W> to move into and out of the floating window Closes #786.