diff --git a/.ideavimrc b/.ideavimrc index 5493617..e537e7d 100644 --- a/.ideavimrc +++ b/.ideavimrc @@ -1,4 +1,4 @@ -set scrolloff=5 +set scrolloff=1000 set incsearch Plug 'machakann/vim-highlightedyank' Plug 'tpope/vim-commentary' @@ -9,14 +9,17 @@ set noerrorbells set rnu set nu -set clipboard+=unnamed +set clipboard+=unnamedplus let mapleader = "," let g:qs_highlight_on_keys = ['f', 'F', 't', 'T'] set quickscope -map ff (SearchEverywhere) +map fa (GotoAction) +map fc (GotoClass) +map fe (SearchEverywhere) +map ff (GotoFile) map fg (FindInPath) map fd (GotoDeclaration) map ft (GotoTypeDeclaration)