From d400c69ec362cc206fd5bdffa80b366d8808cf0e Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Wed, 21 Dec 2022 22:21:15 +0100 Subject: [PATCH] Add repeatable indent in vim config --- settings.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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": {