set scrolloff=5 set incsearch Plug 'machakann/vim-highlightedyank' Plug 'tpope/vim-commentary' set surround set visualbell set noerrorbells set rnu set nu 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)