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)