Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Einenlum committed May 15, 2018
1 parent 0873427 commit 9183a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you often use Yaml files, you know they are very readable at the beginning, b
bar: "bar"
specialKey: "Hi"

Typing `<Leader>yml` when you are on the last line, will make vim echo
Jumping on the last line (or typing `<Leader>yml` on it) will automatically make vim echo

myRoot > secondChild > myVar2 > specialKey

Expand All @@ -33,7 +33,7 @@ Typing `<Leader>ys` will display a prompt to search a specific key.

Searching for

secondChild>myVar2>specialKey
myVar2>specialKey

will find the concerned line.

Expand Down

0 comments on commit 9183a06

Please sign in to comment.