update ideavimrc
This commit is contained in:
+8
-4
@@ -41,11 +41,15 @@ map <leader>ca <Action>(ShowIntentionActions)
|
||||
map <leader>oe <Action>(ShowErrorDescription)
|
||||
map <leader>rn <Action>(RenameElement)
|
||||
map <leader>fm <Action>(ReformatCode)
|
||||
map <leader>rf <Action>(Refactorings.QuickListPopupAction)
|
||||
|
||||
nnoremap <c-h> <c-w>h
|
||||
nnoremap <c-j> <c-w>j
|
||||
nnoremap <c-k> <c-w>k
|
||||
nnoremap <c-l> <c-w>l
|
||||
nnoremap L $
|
||||
nnoremap H ^
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user