-
Notifications
You must be signed in to change notification settings - Fork 0
JSON manipulation and pretty printing
vim-scripts/jdaddy.vim
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is a mirror of http://www.vim.org/scripts/script.php?script_id=4863 Check out these *must have* mappings for working with JSON in Vim: * `aj` provides a text object for the outermost JSON object, array, string, number, or keyword. * `gqaj` "pretty prints" (wraps/indents/sorts keys/otherwise cleans up) the JSON construct under the cursor. * `gwaj` takes the JSON object on the clipboard and extends it into the JSON object under the cursor. There are also `ij` variants that target innermost rather than outermost JSON construct. https://github.com/tpope/vim-jdaddy
About
JSON manipulation and pretty printing
Resources
Stars
Watchers
Forks
Packages 0
No packages published