1
0
mirror of https://github.com/chylex/dotfiles.git synced 2024-10-17 08:42:47 +02:00

Compare commits

..

No commits in common. "a3c4fe7259fa8a834a5b82206db175c11d49e737" and "62edd5222d51413101408499ccf9c1575490c631" have entirely different histories.

2 changed files with 14 additions and 12 deletions

View File

@ -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)

2
.vimrc
View File

@ -99,7 +99,7 @@ xnoremap <expr> k v:count ? 'k' : 'gk'
nnoremap c) c])
nnoremap d) d])
nnoremap c( c[((
nnoremap d( c[((<Esc>l
nnoremap d( c[((<ESC>l
" Delete lines
nnoremap C cc