37 lines
843 B
Plaintext
37 lines
843 B
Plaintext
set scrolloff=5
|
|
set incsearch
|
|
Plug 'machakann/vim-highlightedyank'
|
|
Plug 'tpope/vim-commentary'
|
|
set ideajoin
|
|
set surround
|
|
set visualbell
|
|
set noerrorbells
|
|
set rnu
|
|
set nu
|
|
|
|
set clipboard+=unnamed
|
|
|
|
let mapleader = ","
|
|
|
|
let g:qs_highlight_on_keys = ['f', 'F', 't', 'T']
|
|
set quickscope
|
|
|
|
map <leader>ff <Action>(SearchEverywhere)
|
|
map <leader>fd <Action>(GotoDeclaration)
|
|
map <leader>ft <Action>(GotoTypeDeclaration)
|
|
|
|
map <leader>rc <Action>(IdeaVim.ReloadVimRc.reload)
|
|
map <leader>z <Action>(ToggleDistractionFreeMode)
|
|
map <leader>er <Action>(Run)
|
|
map <leader>a <Action>(ShowIntentionActions)
|
|
map <leader>rn <Action>(RenameElement)
|
|
map <leader>fm <Action>(ReformatCode)
|
|
|
|
noremap <c-h> <c-w>h
|
|
noremap <c-j> <c-w>j
|
|
noremap <c-k> <c-w>k
|
|
noremap <c-l> <c-w>l
|
|
|
|
map <leader>m <Action>(EditorDecreaseFontSize)
|
|
map <leader>s <Action>(EditorIncreaseFontSize)
|