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.
(Score: 2) by ChrisMaple on Monday June 10 2024, @04:04AM (1 child)
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.
(Score: 0) by Anonymous Coward on Monday June 10 2024, @04:54AM
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.