Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 18 submissions in the queue.
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by ChrisMaple on Monday June 10 2024, @04:04AM (1 child)

    by ChrisMaple (6964) on Monday June 10 2024, @04:04AM (#1359979)

    The biggest difficulty I have with vim is that it's difficult to enter special characters, like the degree sign or Greek characters. When I need to do that, I have to open Libre Office, Insert Special Character, then copy-paste it into vim.

    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 0) by Anonymous Coward on Monday June 10 2024, @04:54AM

    by Anonymous Coward on Monday June 10 2024, @04:54AM (#1359983)

    Vim is not that difficult to insert special characters at all. You can use the digraphs system [sourceforge.net], combining characters [sourceforge.net], or do it by value [sourceforge.net]. If it gets to the point that you have to open the document in a completely different editor, you might as well just look up the value in the index to the code charts and insert it by value in vim.