Closed thehowl closed 6 years ago
Can be activated with <ESC>J, it enables composing json in the textfield with ease, and it is persistent (like replace mode)
<ESC>J
key=value {"key":"value"} key="value" {"key":"value"} key=true {"key":true} key="true" {"key":"true"} key=1 {"key":1} key="1" {"key":"1"} a=a b=b {"a":"a","b":"b"} [1, 2, 3] [1,2,3] [a=a, b=b c=c] [{"a":"a"},{"b":"b","c":"c"}] [a, b, c] ["a","b","c"] a "a" a=[1, 2, 3] {"a":[1,2,3]}
Edge cases will be figured out as we go
This is a terrible idea.
Can be activated with
<ESC>J
, it enables composing json in the textfield with ease, and it is persistent (like replace mode)Edge cases will be figured out as we go