Hi everyone,
I’ve been working predominantly with R for most of my projects, and I’ve grown quite accustomed to using Shift+Command+M to insert the pipe operator (%>%
) in RStudio. Naturally, when I started exploring Elixir, I was excited to discover the Explorer library—its functionality is very reminiscent of R’s dplyr package, which has made the transition even smoother.
Now that I’m diving into Livebook for my Elixir work, I’m wondering: Does Livebook have a built-in keyboard shortcut for inserting the Elixir pipe operator (|>
) similar to what I was used to in R? If not, are there any recommended workarounds or configurations that could help emulate this behavior?
Any insights or suggestions would be greatly appreciated!
Thanks in advance for your help.