diff --git a/_variables.yml b/_variables.yml index 8e53b2a..d2eae2b 100644 --- a/_variables.yml +++ b/_variables.yml @@ -1,7 +1,6 @@ -# 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")' @@ -9,12 +8,12 @@ keybind: 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 >}}'