From 34dfb524ac60222ce384d5ec914e6fd44e90873e Mon Sep 17 00:00:00 2001 From: Sharun Kumar <715417+sharunkumar@users.noreply.github.com> Date: Fri, 4 Jun 2021 16:38:50 +0530 Subject: [PATCH] Added: List of commands that can be mapped to shortcuts --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0b4c04c..38a854a 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,11 @@ you can add a setting like this to your .sublime-keymap file { "keys": [ "ctrl+alt+m" ], "command": "un_pretty_json" } ``` +#### List of commands that can be mapped to shortcuts +- `pretty_json` +- `un_pretty_json` +- `pretty_json_goto_symbol` + ### Convert JSON to XML Using Command Palette Ctrl+Shift+P search for