From 637b0788c2fcc3c543dda946d6f0e95103e98b6d Mon Sep 17 00:00:00 2001 From: kasecato Date: Wed, 20 Mar 2024 21:11:31 +0900 Subject: [PATCH] Update #300 that add a sample of setting options --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16a0c34..d6c314c 100644 --- a/README.md +++ b/README.md @@ -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