From 16fc83f314ef5ee9d2180fdcc0c782c7c5e3538a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Sun, 3 Oct 2021 21:53:26 +0200 Subject: [PATCH] Add more tool window commands for ideavim --- symlinks/ideavimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/symlinks/ideavimrc b/symlinks/ideavimrc index 53fb7b2..8e0a01e 100644 --- a/symlinks/ideavimrc +++ b/symlinks/ideavimrc @@ -40,3 +40,5 @@ command! Gdiffsplit action Git.CompareWithBranch command! G action Git.Menu command! Gpro action Github.Create.Pull.Request command! Gblame action Annotate +command! TODO action ActivateTODOToolWindow +command! te action ActivateTerminalToolWindow