FelixKratz / SketchyVim

Adds all vim moves and modes to macOS text fields
GNU General Public License v3.0
644 stars 9 forks source link

Issue with configuration of IntelliJ in the blacklist #35

Open marzelwidmer opened 8 months ago

marzelwidmer commented 8 months ago

try to configure IntelliJ in the blacklist this are my configuration:

Warp
"IntelliJ IDEA"
"IntelliJ IDEA Ultimate"
"idea"
Cliffback commented 7 months ago

Same here

syouSui commented 3 months ago

Remove wrapping double quto, works correctly. @marzelwidmer

syouSui commented 3 months ago

Hello!

That's my blacklist as follows. IDEA can be ignored by svim. But I also see the 2 apps that visual studio code & its inside version cannot be detected to disable by svim. @FelixKratz

Terminal
MacVim
Vim
IntelliJ IDEA
"Visual Studio Code - Insiders"
"Visual Studio Code"
Electron
syouSui commented 3 months ago

Hello!

That's my blacklist as follows. IDEA can be ignored by svim. But I also see the 2 apps that visual studio code & its inside version cannot be detected to disable by svim. @FelixKratz

Terminal
MacVim
Vim
IntelliJ IDEA
"Visual Studio Code - Insiders"
"Visual Studio Code"
Electron

Fine... Find the true reason: its process name is 'Code', not 'Visual Studio Code'. A hit for others that maybe use 'Activity Monitor' to find the true name.

Lastly, paste my backlist, it works well. ( Remember to restart svim. )

image