diff options
| author | kkard2 <[email protected]> | 2023-07-07 15:13:59 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-07-09 11:51:07 +0200 |
| commit | 7e6842601240dc3291866f44a7f684b2d9525f45 (patch) | |
| tree | 002731b5852c5cffc797c11b3baa08aaa6d9539d | |
| parent | e77947d39d5085d2dbe8a27bd7f6a005653d2a8f (diff) | |
idea format code
| -rw-r--r-- | idea/.ideavimrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/idea/.ideavimrc b/idea/.ideavimrc index 7d12d69..d5dbe25 100644 --- a/idea/.ideavimrc +++ b/idea/.ideavimrc @@ -78,6 +78,7 @@ nmap ,cd <Action>(ContextDebug) nmap ,s <Action>(Stop) nmap ,t <Action>(RiderUnitTestRunSolutionAction) nmap ,f <Action>(RiderUnitTestRerunBrokenSplitAction) +nmap ,o <Action>(ReformatCode) " ide stuff nmap <leader><CR> <Action>(ShowIntentionActions) |
