vim-floaterm
vim-floaterm copied to clipboard
cursor blinking not working
The cursor blinking will not work if you do the follows:
- open a terminal and maximize the window
- 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)
What about in the built in terminal opened with :terminal?