vim-floaterm icon indicating copy to clipboard operation
vim-floaterm copied to clipboard

cursor blinking not working

Open hellotem opened this issue 4 years ago • 1 comments

The cursor blinking will not work if you do the follows:

  1. open a terminal and maximize the window
  2. vim open a file (.e.g. python code) and toggle open the float terminal, so the cursor does not blink. I am using vim 8.1

Before reporting

  • Please make sure you have searched through the F.A.Q. first.

  • Please make sure you are using the latest version of this plugin.

  • It's better to use English as it's more friendly to other non-Chinese native users.

Environment

If you are using vim(not neovim), fill in the following blanks

  • Output of vim --version:

  • Platform:

    • [ ] Linux
    • [ ] Mac OS X
    • [ ] Windows

If you are using neovim, just run :checkhealth floaterm and post the content

below.


Configurations related to vim-floaterm in vimrc(i.e. g:floaterm_xxx):


Describe your question, feature request, or bug.

Steps to reproduce

Using the minimal vimrc

set nocompatible
set hidden
set termguicolors
set runtimepath^=/path/to/vim-floaterm
filetype plugin indent on
syntax on

Steps to reproduce the behavior:

Actual behaviour

Expected behaviour

Screenshots(Optional, GIF is better)

hellotem avatar Jul 19 '21 11:07 hellotem

What about in the built in terminal opened with :terminal?

voldikss avatar Nov 28 '21 03:11 voldikss