From f87668356849d430464441d2e9bdfae6bb9fdfb2 Mon Sep 17 00:00:00 2001 From: Ein Verne Date: Tue, 29 Jun 2021 18:55:15 +0800 Subject: [PATCH] Adjust idea vimrc: space+w to close current content --- idea/.ideavimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/idea/.ideavimrc b/idea/.ideavimrc index a201a8c..1708ad2 100644 --- a/idea/.ideavimrc +++ b/idea/.ideavimrc @@ -101,6 +101,7 @@ nnoremap tp :action ActivateProjectToolWindow " actions nnoremap q :action CloseContent +nnoremap w :action CloseContent nnoremap Q :action ReopenClosedTab nnoremap \ :action VimFilePrevious nnoremap e :action SearchEverywhere