mirror of
https://github.com/chylex/dotfiles.git
synced 2025-03-01 11:46:04 +01:00
Update .ideavimrc (update mappings for type navigation & add mapping for String Manipulation)
This commit is contained in:
parent
35ba420d83
commit
daea01656e
@ -197,8 +197,8 @@ nmap gr <Action>(RecentLocations)
|
||||
nmap gR <Action>(RecentChangedFiles)
|
||||
nmap gs <Action>(GotoSuperMethod)
|
||||
nmap gS <Action>(ShowSiblings)
|
||||
map gt <Action>(KM.GotoNextTypeInFile)
|
||||
map gT <Action>(KM.GotoPreviousTypeInFile)
|
||||
map gt gg<Action>(KM.GotoNextTypeInFile)
|
||||
map gT <Action>(KM.GotoNextTypeInFile)
|
||||
nmap gu <Action>(ShowUsages)
|
||||
nmap gU <Action>(FindUsages)
|
||||
nmap g( <Action>(KM.GotoPreviousErrorInOtherMode)
|
||||
@ -240,6 +240,7 @@ 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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user