ideavim: Add support for :w
This commit is contained in:
parent
c8d910ad6b
commit
1ad1a2645f
@ -52,4 +52,7 @@ nnoremap m[ :action MethodUp<cr>
|
|||||||
nnoremap m] :action MethodDown<cr>
|
nnoremap m] :action MethodDown<cr>
|
||||||
nnoremap c[ :action VcsShowPrevChangeMarker<cr>
|
nnoremap c[ :action VcsShowPrevChangeMarker<cr>
|
||||||
nnoremap c] :action VcsShowNextChangeMarker<cr>
|
nnoremap c] :action VcsShowNextChangeMarker<cr>
|
||||||
set ideajoin
|
set ideajoin
|
||||||
|
|
||||||
|
" autocations
|
||||||
|
nnoremap :w :action com.dubreuia.core.action.ShortcutAction<CR>:action SaveDocument
|
||||||
|
Loading…
Reference in New Issue
Block a user