Set individual character/words to different font in Vim(e.g increase the font size of first word of a sentence) -


In the vim, we can set different fonts with command:

  set I would like to know whether we can set different fonts such as color highlight  
  syn match mykeyboard / board \ W \ + / highlight Mykeyboard guifg = Green    

Content and title of your question are actually does not match .

Anyway ?? | No, it is impossible to use more than one single font and a single font size at a time. The best you can get is bold or italic but it works only in the GUI Vim.

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -