This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
pipe %>% keybinding in personal keymap.cson file #24981
Unanswered
TidyStewart
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to create a keybinding. I want ctrl-5 to map to the following keystrokes %>% which is the pipe operator that I use all the time when doing data analytics in R / Tidyverse. I have put this in my keymap.cson file:
'pipe':
'ctrl-5': 'editor:%>%'
But it is not working. Grateful for any help. Thanks!
@TidyStewart
Beta Was this translation helpful? Give feedback.
All reactions