Skip to content

Commit

Permalink
Merge pull request #334 from kasecato/#300/updated_readme
Browse files Browse the repository at this point in the history
Update #300 that add a sample of setting options
  • Loading branch information
kasecato authored Mar 20, 2024
2 parents b87dd45 + 637b078 commit 1debfa1
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 1debfa1

Please sign in to comment.