From 32ab49937a82d2e25b268aeeab6e350ae5b01807 Mon Sep 17 00:00:00 2001 From: ivarfatland Date: Thu, 20 Feb 2025 16:10:58 +0100 Subject: [PATCH] updated ideavim --- .ideavimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.ideavimrc b/.ideavimrc index f2c7efa..dff74c0 100644 --- a/.ideavimrc +++ b/.ideavimrc @@ -2,6 +2,7 @@ set scrolloff=5 set incsearch Plug 'machakann/vim-highlightedyank' Plug 'tpope/vim-commentary' +set ideajoin set surround set visualbell set noerrorbells @@ -24,6 +25,7 @@ map z (ToggleDistractionFreeMode) map er (Run) map a (ShowIntentionActions) map rn (RenameElement) +map fm (ReformatCode) noremap h noremap j @@ -31,4 +33,4 @@ noremap k noremap l map m (EditorDecreaseFontSize) -map s (EditorIncreaseFontSize) \ No newline at end of file +map s (EditorIncreaseFontSize)