If you have the jq command github.com/jqlang/jq installed, you can use it to format JSON in Vim!
On the line where you have a large JSON object:
{ "foo": { "bar": { "foo_id": null, "bar_id": 98765, "baz_id": 12345 } } }
Run:
:.!jq .
Vim bang operator/cmd: :h !
#vim
The vim-yoink plugin lets you to yank multiple times and quickly choose which yanked text to paste (with Ctrl-n/Ctrl-p).
If you use copy/paste often, check it out!
github.com/svermeulen/vim…#vim
If you want to resize, swap, and move windows, the winresizer plugin (github.com/simeji/winresi…) can quickly resize your vim window with its resize mode.
Check it out!
#vim