set scrolloff=1000 set incsearch Plug 'machakann/vim-highlightedyank' Plug 'tpope/vim-commentary' set ideajoin set surround set visualbell set noerrorbells set rnu set nu set clipboard+=unnamedplus let mapleader = "," let g:qs_highlight_on_keys = ['f', 'F', 't', 'T'] set quickscope map fa (GotoAction) map fc (GotoClass) map fe (SearchEverywhere) map ff (GotoFile) map fs (GotoSymbol) map fg (FindInPath) map fd (GotoDeclaration) map fi (ReSharperGotoImplementation) map fr (FindUsages) map ft (GotoTypeDeclaration) map (List-selectNextRow) nnoremap :action GotoNextError nnoremap :action GotoPreviousError map i (Inline) map rc (IdeaVim.ReloadVimRc.reload) map z (ToggleDistractionFreeMode) map b (ToggleLineBreakpoint) map er (Run) map ca (ShowIntentionActions) map oe (ShowErrorDescription) map rn (RenameElement) map fm (ReformatCode) noremap h noremap j noremap k noremap l map m (EditorDecreaseFontSize) map s (EditorIncreaseFontSize)