Skip to content

Commit

Permalink
Fix indentation in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mogelbrod committed Jul 5, 2018
1 parent 33b9493 commit 136c784
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/jsonpath.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ MAPPINGS *jsonpath-mappings*
This plugin currently doesn't provide any mappings by default.
The following mappings are recommended starting points:
>
au FileType json noremap <buffer> <silent> <expr> <leader>g jsonpath#goto()
au FileType json noremap <buffer> <silent> <expr> <leader>p jsonpath#echo()
au FileType json noremap <buffer> <silent> <expr> <leader>g jsonpath#goto()
au FileType json noremap <buffer> <silent> <expr> <leader>p jsonpath#echo()
<

==============================================================================
Expand All @@ -96,4 +96,4 @@ Releases and bug reports are posted on GitHub:
http://github.com/mogelbrod/vim-jsonpath


vim:tw=78:et:ft=help:norl:
vim:tw=78:sw=4:et:ft=help:norl:

0 comments on commit 136c784

Please sign in to comment.