updated ideavim
This commit is contained in:
+3
-1
@@ -2,6 +2,7 @@ set scrolloff=5
|
|||||||
set incsearch
|
set incsearch
|
||||||
Plug 'machakann/vim-highlightedyank'
|
Plug 'machakann/vim-highlightedyank'
|
||||||
Plug 'tpope/vim-commentary'
|
Plug 'tpope/vim-commentary'
|
||||||
|
set ideajoin
|
||||||
set surround
|
set surround
|
||||||
set visualbell
|
set visualbell
|
||||||
set noerrorbells
|
set noerrorbells
|
||||||
@@ -24,6 +25,7 @@ map <leader>z <Action>(ToggleDistractionFreeMode)
|
|||||||
map <leader>er <Action>(Run)
|
map <leader>er <Action>(Run)
|
||||||
map <leader>a <Action>(ShowIntentionActions)
|
map <leader>a <Action>(ShowIntentionActions)
|
||||||
map <leader>rn <Action>(RenameElement)
|
map <leader>rn <Action>(RenameElement)
|
||||||
|
map <leader>fm <Action>(ReformatCode)
|
||||||
|
|
||||||
noremap <c-h> <c-w>h
|
noremap <c-h> <c-w>h
|
||||||
noremap <c-j> <c-w>j
|
noremap <c-j> <c-w>j
|
||||||
@@ -31,4 +33,4 @@ noremap <c-k> <c-w>k
|
|||||||
noremap <c-l> <c-w>l
|
noremap <c-l> <c-w>l
|
||||||
|
|
||||||
map <leader>m <Action>(EditorDecreaseFontSize)
|
map <leader>m <Action>(EditorDecreaseFontSize)
|
||||||
map <leader>s <Action>(EditorIncreaseFontSize)
|
map <leader>s <Action>(EditorIncreaseFontSize)
|
||||||
|
|||||||
Reference in New Issue
Block a user