You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Simple tools to help developers working YAML in [Neovim](https://neovim.io):
8
8
|`:YAMLYank [register]`| Yanks the full path and value of the current key/value pair. The default register is the unnamed one (`"`) |
9
9
|`:YAMLYankKey [register]`| Yanks the full path of the key for the current key/value pair. The default register is the unnamed one (`"`) |
10
10
|`:YAMLYankValue [regster]`| Yanks the value of the current key/value pair. The default register is the unnamed one (`"`) |
11
-
|`:YAMLQuickfix`| Generates a quickfix with key/balue pairs |
11
+
|`:YAMLQuickfix`| Generates a quickfix with key/value pairs |
12
12
|`:YAMLTelescope`| Full path key/value fuzzy finder via [Telescope](https://github.com/nvim-telescope/telescope.nvim)**if installed**|
0 commit comments