RStudio快捷键

控制台

功能 Windows & Linux Mac
移动鼠标到控制台 Ctrl+2 Ctrl+2
控制台清屏 Ctrl+L Command+L
移动鼠标至第一行 Home Command+Left
移动鼠标至最后一行 End Command+Right
历史记录翻滚 Up/Down Up/Down
弹出历史记录栏 Ctrl+Up Command+Up
终止目前命令 Esc Esc
改变工作路径 Ctrl+Shift+K Ctrl+Shift+K
 

代码区

功能 Windows & Linux Mac
移动鼠标到文件搜索区 Ctrl+. Ctrl+.
移动鼠标至文件编辑区 Ctrl+1 Ctrl+1
新文档(chrome除外) Ctrl+Shift+N Command+Shift+N
打开文档 Ctrl+O Command+O
保存当前文档 Ctrl+S Command+S
关闭当前文档(chrome除外) Ctrl+W Command+W
关闭当前文档(chrome) Ctrl+Shift+Z Command+Shift+Z
关闭所有文档 Ctrl+Shift+W Command+Shift+W
预览HTML Ctrl+Shift+Y Command+Shift+Y
转换为HTML Ctrl+Shift+H Command+Shift+H
编译PDF (TeX and Sweave) Ctrl+Shift+I Command+Shift+I
插入块 Ctrl+Alt+I Command+Option+I
插入代码块 Ctrl+Shift+R Command+Shift+R
运行当前行 Ctrl+Enter Command+Enter
重新运行当前区 Ctrl+Shift+P Command+Shift+P
运行当前文档 Ctrl+Alt+R Command+Option+R
从开始运行至当前行 Ctrl+Alt+B Command+Option+B
从当前行运行至结尾 Ctrl+Alt+E Command+Option+E
运行当前函数定义 Ctrl+Alt+F Command+Option+F
运行当前块 Ctrl+Alt+C Command+Option+C
运行下一个块 Ctrl+Alt+N Command+Option+N
执行一个文件 Ctrl+Shift+O Command+Shift+O
执行当前文档 Ctrl+Shift+S Command+Shift+S
执行当前文档并且显示 Ctrl+Shift+Enter Command+Shift+Enter
折叠选项 Alt+L Command+Option+L
打开选项 Shift+Alt+L Command+Shift+Option+L
折叠所有 Alt+0 Command+Option+0
打开所有 Shift+Alt+0 Command+Shift+Option+0
前往行 Shift+Alt+G Command+Shift+Option+G
跳至 Shift+Alt+J Command+Shift+Option+J
换页 Ctrl+Alt+Down Ctrl+Option+Down
前一页 Win: Ctrl+Alt+Left, Linux: Ctrl+PageUp Ctrl+Option+Left
后一页 Win: Ctrl+Alt+Right, Linux: Ctrl+PageDown Ctrl+Option+Right
第一页 Ctrl+Shift+Alt+Left Ctrl+Shift+Option+Left
最后一页 Ctrl+Shift+Alt+Right Ctrl+Shift+Option+Right
往回导航 Ctrl+F9 Command+F9
向前导航 Ctrl+F10 Command+F10
行缩进 Ctrl+I Command+I
从选择中抽取函数 Ctrl+Shift+U Command+Shift+U
注释/取消注释当前行 Ctrl+Shift+C Command+Shift+C
重新注释 Ctrl+Shift+/ Command+Shift+/
Transpose Letters   Ctrl+T
Move Lines Up/Down Alt+Up/Down Option+Up/Down
Copy Lines Up/Down Ctrl+Alt+Up/Down Command+Option+Up/Down
Jump to Matching Brace/Paren Ctrl+P Ctrl+P
Find and Replace Ctrl+F Command+F
Find Next Win: F3, Linux: Ctrl+G Command+G
Find Previous Win: Shift+F3, Linux: Ctrl+Shift+G Command+Shift+G
Replace and Find Ctrl+= Command+=
Find in Files Ctrl+Shift+F Command+Shift+F
Check spelling F7 F7
 

Editing (Console and Source)

Description Windows & Linux Mac
Undo Ctrl+Z Command+Z
Redo Ctrl+Shift+Z Command+Shift+Z
Cut Ctrl+X Command+X
Copy Ctrl+C Command+C
Paste Ctrl+V Command+V
Select All Ctrl+A Command+A
Jump to Word Ctrl+Left/Right Option+Left/Right
Jump to Start/End Ctrl+Home/End or Ctrl+Up/Down Command+Home/End or Command+Up/Down
Delete Line Ctrl+D Command+D
Select Shift+[Arrow] Shift+[Arrow]
Select Word Ctrl+Shift+Left/Right Option+Shift+Left/Right
Select to Line Start Shift+Home Command+Shift+Left or Shift+Home
Select to Line End Shift+End Command+Shift+Right or Shift+End
Select Page Up/Down Shift+PageUp/PageDown Shift+PageUp/Down
Select to Start/End Ctrl+Shift+Home/End or Shift+Alt+Up/Down Command+Shift+Up/Down
Delete Word Left Ctrl+Backspace Option+Backspace or Ctrl+Option+Backspace
Delete Word Right   Option+Delete
Delete to Line End   Ctrl+K
Delete to Line Start   Option+Backspace
Indent Tab (at beginning of line) Tab (at beginning of line)
Outdent Shift+Tab Shift+Tab
Yank line up to cursor Ctrl+U Ctrl+U
Yank line after cursor Ctrl+K Ctrl+K
Insert currently yanked text Ctrl+Y Ctrl+Y
Insert assignment operator Alt+- Option+-
Show help for function at cursor F1 F1
Show source code for function at cursor F2 F2
 

Completions (Console and Source)

Description Windows & Linux Mac
Attempt completion Tab or Ctrl+Space Tab or Command+Space
Navigate candidates Up/Down Up/Down
Accept selected candidate Enter, Tab, or Right Enter, Tab, or Right
Dismiss completion popup Esc Esc
 

Views

Description Windows & Linux Mac
Goto File/Function Ctrl+. Ctrl+.
Move cursor to Source Editor Ctrl+1 Ctrl+1
Move cursor to Console Ctrl+2 Ctrl+2
Move focus to Help Ctrl+3 Ctrl+3
Show History Ctrl+4 Ctrl+4
Show Files Ctrl+5 Ctrl+5
Show Plots Ctrl+6 Ctrl+6
Show Packages Ctrl+7 Ctrl+7
Show Workspace Ctrl+8 Ctrl+8
Show Git/SVN Ctrl+9 Ctrl+9
Show Build Ctrl+0 Ctrl+0
Sync Editor and PDF Preview Ctrl+F8 Command+F8
 

Build

Description Windows & Linux Mac
Build and Reload Ctrl+Shift+B Command+Shift+B
Load All (devtools) Ctrl+Shift+L Command+Shift+L
Check Package Ctrl+Shift+E Command+Shift+E
 

Plots

Description Windows & Linux Mac
Previous plot Ctrl+Shift+PageUp Command+Shift+PageUp
Next plot Ctrl+Shift+PageDown Command+Shift+PageDown
Show manipulator Ctrl+Shift+M Command+Shift+M
 

Git/SVN

Description Windows & Linux Mac
Diff active source document Ctrl+Shift+D Command+Shift+D
Commit changes Ctrl+Shift+M Command+Shift+M
Scroll diff view Ctrl+Up/Down Ctrl+Up/Down
Stage/Unstage (Git) Spacebar Spacebar
Stage/Unstage and move next (Git) Enter Enter
时间: 2024-10-05 22:07:56

RStudio快捷键的相关文章

R语言  RStudio快捷键总结

R语言  RStudio快捷键总结 一.控制台 功能  Windows & Linux   Mac 移动鼠标到控制台 Ctrl+2 Ctrl+2 移动到鼠标命令编辑 Ctrl+1 Ctrl+1 控制台清屏 Ctrl+L Command+L 移动鼠标至第一行 Home Command+Left 移动鼠标至最后一行 End Command+Right 历史记录翻滚 Up/Down Up/Down 弹出历史记录栏 Ctrl+Up Command+Up 终止目前命令 Esc Esc 改变工作路径 Ctr

使用R语言-RStudio快捷键

控制台 功能 Windows & Linux Mac 移动鼠标到控制台 Ctrl+2 Ctrl+2 控制台清屏 Ctrl+L Command+L 移动鼠标至第一行 Home Command+Left 移动鼠标至最后一行 End Command+Right 历史记录翻滚 Up/Down Up/Down 弹出历史记录栏 Ctrl+Up Command+Up 终止目前命令 Esc Esc 改变工作路径 Ctrl+Shift+K Ctrl+Shift+K   代码区 功能 Windows & Li

R语言客户端RStudio快捷键大全

Console Description Windows & Linux Mac 将光标定位到控制台 Ctrl+2 Ctrl+2 清空控制台 Ctrl+L Command+L 将光标定位到行首 Home Command+Left 将光标定位到行末 End Command+Right 在历史命令中导航 Up/Down Up/Down 弹出历史命令框 Ctrl+Up Command+Up 中断当前命令的执行 Esc Esc 改变工作目录 Ctrl+Shift+K Ctrl+Shift+K Source

R语言初级教程(02): RStudio的使用

上一篇博客已经介绍了R和RStudio的安装,这篇博客将介绍RStudio的使用. RStudio是R的一个集成开发环境(IDE).不知道IDE的可以百度一下,IDE的目的就是要让开发更加快捷和方便. 如果你还没有安装RStudio,可以参考我上一篇博客<R语言初级教程(01):R编程环境的搭建>进行安装. 注意:安装Rstudio前一定需要先安装R. RStudio 的好处很多,就不再一一赘述了.用过之后你才能体会它的好,灰常苏服--. 不多说了,来了解下RStudio. 界面概况 Sour

PL/SQL配置大小写转换等快捷键

Tools(工具) --> Preferences(首选项) --> Key Configuration(键配置) 然后修改自己需要的快捷键方式 作者:itmyhome

Sublime Text 常用的16 个 Sublime Text 快捷键

在我做了一次包含一些现场编码的演示后,一些观众问我是如何操作这么快.当然这里没有唯一的答案,答案是一堆简单的快捷键和大量的实践的组合.为了回应那些询问,我觉得有必要看看我每天想都不用想且使用的快捷键. 这里有一个15 16 个快捷键的精选列表(1个自定义快捷键),以gif动画展示,我每天使用.享受吧! (译者注:原文所列快捷键均为OS X环境,为了方便Windows和Linux环境童鞋的学习,译者将备注Windows和Linux下对应的快捷键) 选择 选择一个选中项的下一个匹配项 选择一个选中项

Win7常用但是被忽略的快捷键

General keyboard shortcuts 1.Ctrl + Right Arrow Move the cursor to the beginning of the next word  向右移动光标到下个文字开始 2.Ctrl + Left Arrow Move the cursor to the beginning of the previous word 向左移动光标到下个文字开始 3.Ctrl + Shift with an arrow key Select a block o

Vim快捷键

Vim快捷键 普通模式 [行间跳转] gg 游标移动到到第一行 G 游标移动到最后一行 nG 游标移动到第 n 行 Ctrl + o 快速回到上一次(跳转前)光标所在位置 Shift+zz 普通模式下输入即可保存退出vim [行内跳转] w 到下一个单词的开头 e 到下一个单词的结尾 b 到前一个单词的开头 ge 到前一个单词的结尾 0 或 ^ 光标跳转到行头 $ 光标跳转到行尾 f 字母 向后搜索<字母>并跳转到第一个匹配的位置 F字母 向前搜索<字母>并跳转到第一个匹配的位置

PHPstorm快捷键

Eclipse快捷键Ctrl+1 快速修复Ctrl+D: 删除当前行 Ctrl+Alt+↓ 复制当前行到下一行(复制增加)Ctrl+Alt+↑ 复制当前行到上一行(复制增加)Alt+↓ 当前行和下面一行交互位置Alt+↑ 当前行和上面一行交互位置Alt+← 前一个编辑的页面Alt+→ 下一个编辑的页面(当然是针对上面那条来说了)Alt+Enter 显示当前选择资源(工程,or 文件 or文件)的属性Shift+Enter 在当前行的下一行插入空行(这时鼠标可以在当前行的任一位置,不一定是最后)S