editors

Discussion about all editors used for Clojure/ClojureScript
dominicm 2016-02-12T12:06:08.000119Z

@venantius In your blog post on fireplace, you say that <C-w> gets you back to the original file, I don't seem to be able to do this. Is it possible a different file provides this? (I REALLY want it!)

dominicm 2016-02-12T12:14:11.000120Z

@venantius: <C-o> says google, just tried it, that works

dominicm 2016-02-12T13:47:14.000121Z

Really neat line for vim users (And also Unite.vim users)

dominicm 2016-02-12T13:48:05.000122Z

nnoremap &lt;leader&gt;m :Unite mapping&lt;cr&gt;
Lets you search your mappings, so you don't forget, as I always do. Great for learning vim-sexp for example.

🦜 1
dominicm 2016-02-12T13:48:35.000123Z

https://i.imgur.com/gAxJGPV.png

dominicm 2016-02-12T16:07:25.000125Z

@juhoteperi: Your vim-cider plugin, would you be up for making refactor_nrepl_options be reloaded for every call? Or manually callable perhaps? Occasionally I have to disable removing unused when I'm running a clean, and I just want sorting pretty much. Nvim-refactor doesn't support nesting, which is a must feature for me currently.

dominicm 2016-02-12T16:15:11.000129Z

Ooh, looks like it can, just doesn't