{"id":64,"description":"vim - set/toggle option","tags":["vim","shortcuts","editor","programming"],"contents":[":set \u003coption\u003e - switches on a toggle option",":set \u003coption\u003e! - toggles the option",":set \u003coption\u003e? - shows the value of option","e.g :set nu - turns on the line number, :set nonumber - turns off the line number",":set nu! toggles the line number on or off,"]}
