clojure-canada

The Great White Functional North! | Vancouver https://van-clj.github.io
2015-09-03T14:01:01.000004Z

in one of the prior toronto meetups, someone was having a problem with assigning keybindings in cursive - i've just run into this myself and found the solution so i thought i'd post

2015-09-03T14:04:23.000005Z

basically it's pretty simple and just a weird UI quirk - in the intellij settings there's a "keymap" option with a "clojure keybindings" child node. The child is where you set the default keybindings en masse - but you cannot re-assign the keybindings there - it's just a helpful utility to reassign your intellij keybindings to the predefined cursive keybindings set. So to reassign you have to assign in under Keymap pane in the Plugins/cursive submenu

2015-09-03T14:18:02.000006Z

also, since we talked about this too (at another meetup) - thought some might be interested in this: http://blogs.unity3d.com/2015/07/01/the-state-of-unity-on-linux/