techrah / jupyterext-text-shortcuts

A Jupyter Lab extension for keyboard text shortcuts
MIT License
50 stars 11 forks source link

Built in pipe #16

Closed ttimbers closed 3 years ago

ttimbers commented 3 years ago

@techrah - R 4.1 introduced a built-in pipe operator, |>, and we are going to use it in our data science teaching at UBC. This pull request is to change your pipe plugin that maps Shift + Command + M to %>% to mapping Shift + Command + M to |> (the built-in pipe).

If you are not interested in making this change, I completely understand. I have forked the repo and created another package that does this. However, since yours is more widely known and used, I thought I would suggest this change in case you are interested!

Thanks again for making this super useful plugin!

techrah commented 3 years ago

@ttimbers Thanks for the pull request! Merged.

techrah commented 3 years ago

New version 1.0.3 published to npm.