You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,12 @@ Old versions of the notes plug-in would highlight note titles without considerin
71
71
72
72
:let g:notes_word_boundaries = 1
73
73
74
+
### The `g:notes_unicode_enabled` option
75
+
76
+
By default the vim-notes plug-in uses Unicode characters (e.g. list bullets, arrows, etc.) when Vim's ['encoding'][enc] option is set to UTF-8. If you don't want Unicode characters in your notes (regardless of the ['encoding'][enc] option) you can set this option to false (0):
77
+
78
+
:let g:notes_unicode_enabled = 0
79
+
74
80
### The `g:notes_smart_quotes` option
75
81
76
82
By default the notes plug-in automatically performs several substitutions on the text you type in insert mode, for example regular quote marks are replaced with curly quotes. The full list of substitutions can be found below in the documentation on mappings. If you don't want the plug-in to perform these substitutions, you can set this option to zero like this:
@@ -338,6 +344,7 @@ This software is licensed under the [MIT license] [mit].
0 commit comments