Is there a way to open a certain file using key bindings? #8420
Answered
by
jennybc
howardbaik
asked this question in
Q&A
-
I use the {golem} framework for my Shiny apps. In RStudio, I have convenient keybindings where Can I set up similar custom keybindings in Positron to quickly access these golem framework files? |
Beta Was this translation helpful? Give feedback.
Answered by
jennybc
Jul 7, 2025
Replies: 1 comment 6 replies
-
Since you are interested in a fixed filename, I imagine you can adapt the example given here: https://positron.posit.co/keyboard-shortcuts.html#custom-shortcuts |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Perhaps it's a bit gross, but you could open it with R code, e.g.
base::file.edit()
. Something like: