Skip to content

ideavim IDE differences between PyCharm and Rider #748

Closed Answered by lippfi
psarras asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! Please check out our documentation about the ide option and IDE-dependent configurations
https://github.com/JetBrains/ideavim#ide-specific-options

if &ide =~? 'rider'
    map <leader>tt <action>(RiderUnitTestRunContextSplitAction)
else
    map <leader>tt <action>(RunClass)
endif

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lippfi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants