Skip to content

Commit 41a3bce

Browse files
authored
more readme fixes
1 parent df14847 commit 41a3bce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 `\` 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)