mirror of
https://github.com/chylex/dotfiles.git
synced 2024-11-24 20:42:49 +01:00
Compare commits
2 Commits
62edd5222d
...
a3c4fe7259
Author | SHA1 | Date | |
---|---|---|---|
a3c4fe7259 | |||
67c485da65 |
24
.ideavimrc
24
.ideavimrc
@ -110,7 +110,7 @@ noremap <Bar>- <C-x>
|
||||
nnoremap c) c])
|
||||
nnoremap d) d])
|
||||
nnoremap c( c[((
|
||||
nnoremap d( c[((<ESC>l
|
||||
nnoremap d( c[((<Esc>l
|
||||
|
||||
" Delete lines
|
||||
nnoremap C cc
|
||||
@ -206,9 +206,18 @@ nmap g) <Action>(KM.GotoNextErrorInOtherMode)
|
||||
map za <Action>(Annotate)
|
||||
map zb <Action>(ViewBreakpoints)
|
||||
map zc <Action>(EditorContextInfo)
|
||||
map zd <Action>(ShowHoverInfo)
|
||||
map zd <Action>(CompareClipboardWithSelection)
|
||||
map ze <Action>(ShowErrorDescription)
|
||||
map zf <Action>(SelectInProjectView)
|
||||
map zi <Action>(ShowHoverInfo)
|
||||
map zm <Action>(ShowBookmarks)
|
||||
map zp <Action>(QuickImplementations)
|
||||
map zP <Action>(QuickTypeDefinition)
|
||||
map zr <Action>(RunToCursor)
|
||||
map zR <Action>(ForceRunToCursor)
|
||||
map zs <Action>(osmedile.intellij.stringmanip.PopupChoiceAction)
|
||||
map zt <Action>(ExpressionTypeInfo)
|
||||
map zx <Action>(EvaluateExpression)
|
||||
|
||||
map zht <Action>(TypeHierarchy)
|
||||
map zhm <Action>(MethodHierarchy)
|
||||
@ -224,17 +233,6 @@ xmap zhl <Action>(LocalHistory.ShowSelectionHistory)
|
||||
nmap zhg <Action>(Vcs.ShowTabbedFileHistory)
|
||||
xmap zhg <Action>(Vcs.ShowHistoryForBlock)
|
||||
|
||||
map zm <Action>(ShowBookmarks)
|
||||
map zp <Action>(QuickImplementations)
|
||||
map zP <Action>(QuickTypeDefinition)
|
||||
|
||||
map zr <Action>(RunToCursor)
|
||||
map zR <Action>(ForceRunToCursor)
|
||||
|
||||
map zs <Action>(osmedile.intellij.stringmanip.PopupChoiceAction)
|
||||
map zt <Action>(ExpressionTypeInfo)
|
||||
map zx <Action>(EvaluateExpression)
|
||||
|
||||
" Repurpose 'm' for refactoring (normal mode)
|
||||
nmap md <Action>(SafeDelete)
|
||||
nmap me <Action>(Move)
|
||||
|
Loading…
Reference in New Issue
Block a user