In IntelliJ IDEA's La Clojure plugin, what key is 'Meta' bound to on Windows environment?
Here is a screenshot of where it occurs:
In IntelliJ IDEA's La Clojure plugin, what key is 'Meta' bound to on Windows environment?
Here is a screenshot of where it occurs:
There is no "Meta" key in Windows. You will need to remap them. Also the slurp functionality works fine, but in Windows it has the same shortcut as "Toggle Bookmark 9" and for some strange reason Control+Shift+0 doesn't work, so again, just remap them.
(map vector (map <caret>map vector))
Invoke slurp backwards
(map (vector map <caret>map vector))
You can set the (general) key mappings via: File->Settings->Keymap Select your desired Keymap (default should work fine), apply and everything should work again like used to...
© 2022 - 2024 — McMap. All rights reserved.