mirror of
https://github.com/chylex/dotfiles.git
synced 2024-11-25 05:42:47 +01:00
Compare commits
No commits in common. "a3c4fe7259fa8a834a5b82206db175c11d49e737" and "62edd5222d51413101408499ccf9c1575490c631" have entirely different histories.
a3c4fe7259
...
62edd5222d
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,18 +206,9 @@ nmap g) <Action>(KM.GotoNextErrorInOtherMode)
|
||||
map za <Action>(Annotate)
|
||||
map zb <Action>(ViewBreakpoints)
|
||||
map zc <Action>(EditorContextInfo)
|
||||
map zd <Action>(CompareClipboardWithSelection)
|
||||
map zd <Action>(ShowHoverInfo)
|
||||
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)
|
||||
@ -233,6 +224,17 @@ 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