diff --git a/settings.json b/settings.json index f2b2ef8..a7bda50 100644 --- a/settings.json +++ b/settings.json @@ -11,7 +11,15 @@ { "before": ["", "c"], "commands": ["editor.action.commentLine", "extension.vim_escape"] - } + }, + { + "before": [">"], + "commands": ["editor.action.indentLines"] + }, + { + "before": ["<"], + "commands": ["editor.action.outdentLines"] + }, ], "vim.insertModeKeyBindings": [ { @@ -127,7 +135,7 @@ { "before": ["", "b", "c"], "commands": ["copyRelativeFilePath"] - } + }, ], "vim.leader": ",", "vim.handleKeys": {