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

cursor disappeared in mobaxterm

Open Karmenzind opened this issue 6 years ago • 4 comments

Hi. For some reason I have to use mobaxterm on Win10. This is my terminal settings for some ssh sessions:

image

and this is what file in vim and nvim looks like:

image

missing text "the cursor should be here"

but solarized, gruvbox and molokai work fine

Karmenzind avatar Mar 13 '19 04:03 Karmenzind

Hi, @Karmenzind.

Is the cursor not showing even with the option set list?

Does it happen the same using gVim?

What output do you get if you enter this command?

:echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')

gerardbm avatar Mar 13 '19 21:03 gerardbm

Thank you very much. I gave up using win10, so there is no hurry. I think you can check this issue again when you have to use ssh on win10 with mobaxterm or xshell someday. I didn't install gvim because setting gvim on windows is a torture... I think the problem is caused by mobaxterm. And gvim on windows seems powerful enough according to other people's screenshots.

FYI:

  • Nothing happens after set list
  • :echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")') shows ['vimLineComment]

Karmenzind avatar Mar 18 '19 02:03 Karmenzind

The highlight for Cursor was missing. I updated the plugin. Let me know if this update fixes the issue. Thanks!

gerardbm avatar Mar 18 '19 20:03 gerardbm

Thanks for your kind help. Still no cursor in Vim or NeoVim after upgrading the plugin.

  • in NeoVim, nothing happened after set list

  • in Vim, set list appended a $ after each line image

  • :echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")') shows:

image image

Karmenzind avatar Mar 19 '19 06:03 Karmenzind