Skip to content

Commit

Permalink
Merge pull request #166 from rostools/repo-sync/r3admin/default
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 authored Jan 27, 2024
2 parents 358837e + 1254cee commit d7fd6e2
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions _variables.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@
# Automatically created by `r3admin::copy_common_file('_variables.yml')` on 2023-11-04.
keybind:
palette: '{{< kbd linux=Ctrl-Shift-P mac=Cmd-Shift-P win=Ctrl-Shift-P >}}'
git: '{{< kbd linux=Ctrl-Alt-M mac=Cmd-Option-M win=Ctrl-Alt-M >}} or with the Palette ({{< var keybind.palette >}}, then type "commit")'
git: '{{< kbd linux=Ctrl-Alt-M mac=Ctrl-Option-M win=Ctrl-Alt-M >}} or with the Palette ({{< var keybind.palette >}}, then type "commit")'
chunk: '{{< kbd linux=Ctrl-Alt-I mac=Cmd-Option-I win=Ctrl-Alt-I >}} or with the Palette ({{< var keybind.palette >}}, then type "new chunk")'
restart-r: '{{< kbd linux=Ctrl-Shift-F10 mac=Cmd-Shift-F10 win=Ctrl-Shift-F10 >}} or with the Palette ({{< var keybind.palette >}}, then type "restart")'
source: '{{< kbd linux=Ctrl-Shift-S mac=Cmd-Shift-S win=Ctrl-Shift-S >}} or with the Palette ({{< var keybind.palette >}}, then type "source")'
render: '{{< kbd linux=Ctrl-Shift-K mac=Cmd-Shift-K win=Ctrl-Shift-K >}} or with the Palette ({{< var keybind.palette >}}, then type "render")'
roxygen: '{{< kbd linux=Ctrl-Shift-Alt-R mac=Cmd-Shift-Alt-R win=Ctrl-Shift-Alt-R >}} or with the Palette ({{< var keybind.palette >}}, then type "roxygen comment")'
outline: '{{< kbd linux=Ctrl-Shift-O mac=Cmd-Shift-O win=Ctrl-Shift-O >}} or with the Palette ({{< var keybind.palette >}}, then type "outline")'
styler: 'the Palette ({{< var keybind.palette >}}, then type "style file")'
outline: '{{< kbd linux=Ctrl-Shift-O mac=Cmd-Shift-O win=Ctrl-Shift-O >}} or with the Palette ({{< var keybind.palette >}}, then type "outline")'
targets_make: 'the Palette ({{< var keybind.palette >}}, then type "targets run")'
targets_vis: 'the Palette ({{< var keybind.palette >}}, then type "targets visual")'
targets_outdated: 'the Palette ({{< var keybind.palette >}}, then type "targets outdated")'
build_site: '{{< kbd linux=Ctrl-Shift-B mac=Cmd-Shift-B win=Ctrl-Shift-B >}}'
targets-make: 'the Palette ({{< var keybind.palette >}}, then type "targets run")'
targets-vis: 'the Palette ({{< var keybind.palette >}}, then type "targets visual")'
targets-outdated: 'the Palette ({{< var keybind.palette >}}, then type "targets outdated")'
build-site: '{{< kbd linux=Ctrl-Shift-B mac=Cmd-Shift-B win=Ctrl-Shift-B >}}'
find: '{{< kbd linux=Ctrl-Shift-F mac=Cmd-Shift-F win=Ctrl-Shift-F >}} or with the Palette ({{< var keybind.palette >}}, then type "find files")'
visual_edit: '{{< kbd linux=Ctrl-Shift-F4 mac=Cmd-Shift-F4 win=Ctrl-Shift-F4 >}}'


visual-edit: '{{< kbd linux=Ctrl-Shift-F4 mac=Cmd-Shift-F4 win=Ctrl-Shift-F4 >}}'
pipe: '{{< kbd linux=Ctrl-Shift-M mac=Cmd-Shift-M win=Ctrl-Shift-M >}}'
code-section: '{{< kbd linux=Ctrl-Shift-R mac=Cmd-Shift-R win=Ctrl-Shift-R >}} or with the Palette ({{< var keybind.palette >}}, then type "code section")'
run-code: '{{< kbd linux=Ctrl-Enter mac=Cmd-Enter win=Ctrl-Enter >}}'

0 comments on commit d7fd6e2

Please sign in to comment.