Skip to content

Commit

Permalink
Merge pull request #10 from WaylonWalker/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
cuducos authored Feb 17, 2022
2 parents 8630b0c + aa25ebf commit 155c23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Simple tools to help developers working YAML in [Neovim](https://neovim.io):
| `:YAMLYank [register]` | Yanks the full path and value of the current key/value pair. The default register is the unnamed one (`"`) |
| `:YAMLYankKey [register]` | Yanks the full path of the key for the current key/value pair. The default register is the unnamed one (`"`) |
| `:YAMLYankValue [regster]` | Yanks the value of the current key/value pair. The default register is the unnamed one (`"`) |
| `:YAMLQuickfix` | Generates a quickfix with key/balue pairs |
| `:YAMLQuickfix` | Generates a quickfix with key/value pairs |
| `:YAMLTelescope` | Full path key/value fuzzy finder via [Telescope](https://github.com/nvim-telescope/telescope.nvim) **if installed** |

![Example GIF](doc/demo.gif)
Expand Down

0 comments on commit 155c23d

Please sign in to comment.