Skip to content

Commit df14847

Browse files
authored
fix readme
1 parent 9f47721 commit df14847

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ global vim option, we do not set it ourselves.
8383

8484
## Concealing Characters
8585

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
8787
variables (these are all disabled by default):
8888

8989
let g:javascript_conceal_function = "ƒ"
@@ -104,7 +104,7 @@ You can enable concealing within VIM with:
104104

105105
set conceallevel=1
106106

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:
108108

109109
map <leader>l :exec &conceallevel ? "set conceallevel=0" : "set conceallevel=1"<CR>
110110

0 commit comments

Comments
 (0)