sponsor Vim development Vim logo Vim Book Ad

FindYamlKey : Search for nested keys in a YAML document

 script karma  Rating 1/1, Downloaded by 817  Comments, bugs, improvements  Vim wiki

created by
Munen Alain M.
 
script type
utility
 
description
Find an always current version on Github: https://github.com/munen/find_yaml_key

USAGE~

:FindYamlKey {pattern}

    Search recursively in the current buffer for yaml keys.
    For example

    :FindYamlKey foo.bar.baz

    Will place the cursor under the |baz| key in this YAML document:

    maunz:
      braunz: "mew"
    foo:
      bar:
        baz: "hello world"
 
install details
Requires ruby support.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
find_yaml_key.zip 0.1.0 2013-08-31 7.3 Munen Alain M. Initial upload
ip used for rating: 18.191.108.168

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github