We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b9493 commit 136c784Copy full SHA for 136c784
1 file changed
doc/jsonpath.txt
@@ -84,8 +84,8 @@ MAPPINGS *jsonpath-mappings*
84
This plugin currently doesn't provide any mappings by default.
85
The following mappings are recommended starting points:
86
>
87
- au FileType json noremap <buffer> <silent> <expr> <leader>g jsonpath#goto()
88
- 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()
89
<
90
91
==============================================================================
@@ -96,4 +96,4 @@ Releases and bug reports are posted on GitHub:
96
http://github.com/mogelbrod/vim-jsonpath
97
98
99
- vim:tw=78:et:ft=help:norl:
+ vim:tw=78:sw=4:et:ft=help:norl:
0 commit comments