diff --git a/.ideavimrc b/.ideavimrc new file mode 100644 index 0000000..b845456 --- /dev/null +++ b/.ideavimrc @@ -0,0 +1,27 @@ +set scrolloff=5 +set incsearch +Plug 'machakann/vim-highlightedyank' +Plug 'tpope/vim-commentary' +set surround + +set clipboard+=unnamed + +let mapleader = "," + +map ff (SearchEverywhere) +map fd (GotoDeclaration) +map ft (GotoTypeDeclaration) + +map rc (IdeaVim.ReloadVimRc.reload) +map z (ToggleDistractionFreeMode) +map er (Run) +map a (ShowIntentionActions) +map rn (RenameElement) + +noremap h +noremap j +noremap k +noremap l + +map m (EditorDecreaseFontSize) +map s (EditorIncreaseFontSize)