emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
hindol 2020-06-14T05:27:09.416500Z

Excellent find!

manas_marthi 2020-06-14T12:42:38.418600Z

Hi All, I don't use C-b, C-f, C-p, C-n for cursor movements. I want to use them for expression evaluations. Did anyone try that. Does it break anything else?

hindol 2020-06-14T12:48:58.421300Z

You can invoke describe-key and hit those key combinations. It will tell you what commands are currently bound to those key combinations (if any). Then you can decide if you need those bindings or not.

hindol 2020-06-14T12:50:20.422700Z

Since you already mentioned you don't use those, go ahead.

1
manas_marthi 2020-06-14T17:50:45.423300Z

thanks. I did not know about describe-key. I will try it