Fork me on GitHub
#cursive
<
2017-08-10
>
joelsanchez09:08:53

Hi! Does anyone know how can I remove a sexp without copying it? Right now I'm using Cursive's "Kill" action but it's more similar to "cut" than to "remove"

cfleming10:08:05

@joelsanchez Hmm, I don’t think so, apart from selecting it and deleting it.

cfleming10:08:20

You can copy without killing, but not kill without copying.

joelsanchez10:08:04

"Extend selection" and Supr will do it, thanks!

misha12:08:56

greetings, @cfleming, when I rename alias, it does not rename any related keywords in the same file. Should I file a bug?

misha12:08:04

(alias 'f 'foo.bar)
::f/baz
;=>
(alias 'foo 'foo.bar)
::f/baz
; expected:
::foo/baz

cfleming21:08:50

@misha Yes please, I actually thought there was one already but I can’t find one.

misha06:08:09

https://github.com/cursive-ide/cursive/issues/1826 existing one was about :as aliases in ns form.