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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ global vim option, we do not set it ourselves.
83
83
84
84
## Concealing Characters
85
85
86
-
You can customize concealing characters by defining one or more of the following
86
+
You can customize concealing characters, if your font provides the character you want, by defining one or more of the following
87
87
variables (these are all disabled by default):
88
88
89
89
let g:javascript_conceal_function = "ƒ"
@@ -104,7 +104,7 @@ You can enable concealing within VIM with:
104
104
105
105
set conceallevel=1
106
106
107
-
OR if you wish to toggle concealing you may wish to bind a command such as the following which will map LEADER+L (leader is usually the comma key) to toggling conceal mode:
107
+
OR if you wish to toggle concealing you may wish to bind a command such as the following which will map LEADER+L (leader is usually the `\` key) to toggling conceal mode:
0 commit comments