Skip to content

Commit

Permalink
Update #300 that add a sample of setting options
Browse files Browse the repository at this point in the history
  • Loading branch information
kasecato committed Mar 20, 2024
1 parent b87dd45 commit 637b078
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,15 @@ shift+ctrl+c | shift+cmd+c | Copy paths | ✅
### CamelHumps

If you enable the setting `Use "CamelHumps" words` in IntelliJ, commands like ctrl+left will go to the previous hump in camel case words, rather than the start of the word.
For similar functionality in VS Code, enalbe the config `config.intellij-idea-keybindings.useCamelHumpsWords` under Settings.
For similar functionality in VS Code, enalbe the config `intellij-idea-keybindings.useCamelHumpsWords` under Settings.

```json
{
"intellij-idea-keybindings.useCamelHumpsWords": true
}
```

Note: CamelHumps mode with double-click is not supported.

### IntelliJ Importer

Expand Down

0 comments on commit 637b078

Please sign in to comment.