【转】R语言 RStudio快捷键

链接地址  http://blog.sina.com.cn/s/blog_403aa80a0101ar8q.html

控制台

功能 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
 
© 2013 RStudio, Inc. Follow @rstudioapp

posted on 2015-11-10 09:25 一阵风,静! 阅读(...) 评论(...) 编辑 收藏

转载于:https://www.cnblogs.com/yizhenfeng/p/4951922.html

【转】R语言 RStudio快捷键相关推荐

  1. R语言 RStudio快捷键

    控制台 功能 Windows & Linux Mac 移动鼠标到控制台 Ctrl+2 Ctrl+2 控制台清屏 Ctrl+L Command+L 移动鼠标至第一行 Home Command+L ...

  2. r语言中which的使用_大数据分析R语言RStudio使用教程

    RStudio是用于R编程的开源工具.如果您对使用R编程感兴趣,则值得了解RStudio的功能.它是一种灵活的工具,可帮助您创建可读的分析,并将您的代码,图像,注释和图解保持在一起. 在此大数据分析R ...

  3. 大数据分析R语言RStudio使用教程

    RStudio是用于R编程的开源工具.如果您对使用R编程感兴趣,则值得了解RStudio的功能.它是一种灵活的工具,可帮助您创建可读的分析,并将您的代码,图像,注释和图解保持在一起. 在此大数据分析R ...

  4. 一起学习R语言吧——R语言+RStudio

    一起学习R语言吧--R语言+RStudio 一.下载R 二.安装 RStudio 一.下载R 1.R语言官网下载 点击https://www.r-project.org/,进入官网后,点击downlo ...

  5. rmd中无法打开链结r_从零开始入门R语言—Rstudio下载与安装

    注意:在安装Rstudio之前一定要现状R软件. 安装方法: QQ ZHOU:从零开始入门R语言-软件下载及安装​zhuanlan.zhihu.com 一.下载安装RStudio 上节我们已经下载了R ...

  6. R语言 - RStudio使用Git版本控制

    目录 1. 配置Git环境 2. RStudio的Git操作 2.1 初始化(仅一次操作) 2.2 Push推送新增修改(多次操作) 2.3 Pull拉取仓库最新(多次操作) 1. 配置Git环境 别 ...

  7. R语言 Rstudio对本地文件数据文件的读写和查看设置当前工作路径

    第一次写博客 各位老铁多多包涵 数据文件的读写 首先我们先说读的方法,在Rstudio提供一种方法==read.table()==函数来读取数据.这种方法对数据来源可以是一个Windows记事本或任何 ...

  8. R语言常用快捷键、excel操作、绘制、统计

    Ctrl + 1:移动鼠标至代码区(左上区) Ctrl + 2:移动鼠标到控制台(左下区) Ctrl + L:对控制台(左下区)清屏 Ctrl + Shift + N: 新建一个R脚本文件 Ctrl ...

  9. R语言 Rstudio 安装 包 报错installation of package ‘*’ had non-zero exit status

    在安装r语言向量自回归包(vars)时候报错了  记录一下供其他朋友参考,有同类相似其他问题也可以联系我一起解决. ​​​​​​先贴报错信息 > install.packages("v ...

最新文章

  1. 史上最全的ubuntu16.04安装nvidia驱动+cuda9.0+cuDnn7.0
  2. 【集训队作业2018】围绕着我们的圆环
  3. 多线程:线程池里的队列BlockingQueue
  4. 点击EditText外部区域失去焦点的方法
  5. httpclient依赖_.NetCore 3.1高性能微服务架构:封装调用外部服务的接口方法HttpClient客户端思路分析...
  6. nnlm代码解读链接
  7. php与ipa接口登录验证失败,thinkPHP5.0开发微信小程序登录接口signature验证失败
  8. 亚马逊发布新版MXNet:支持英伟达Volta和稀疏张量
  9. 安卓小程序——猜数字游戏
  10. ipad无法加入网络怎么办?
  11. dcp9030cdn定影_兄弟DCP-9030CDN驱动
  12. 卷积神经网路之感受野(receptive field)的理解
  13. 2017四月TOP100电商类App排行榜出炉
  14. loachost 1.php,云豹短视频系统搭建部署文档
  15. 3D模型动画素材来源
  16. ldpc译码讲解_LDPC码译码方法和编码方法与流程
  17. 腾讯云 云点播 JAVASDK上传
  18. 非科班本科普通人转码攻略
  19. 软件测试面试:年后就拿到了5个offer,希望也能助你拿下满意的offer
  20. SSM的医药管理系统ssm医药系统ssm药品管理系统ssm医药进销存系统医院JSP药品管理系统ssm药品进销存系统

热门文章

  1. 解决redis-cli连接时出现Could not connect to Redis at 127.0.0.1:6379: Connection refused
  2. python人脸照片分类_Python OpenCV 人脸识别(一)
  3. 程序语言基础:解释程序基本原理笔记
  4. 关于电脑的十大误区,原来是这样!
  5. C# 如何转换生成长整型的时间
  6. GET和POST有什么区别?
  7. csv文件 内容转义_CSV文件如何同时转义逗号和双引号?
  8. jQuery 五角星评分
  9. VS2015 代码左缩进
  10. 《HTML5 2D游戏编程核心技术》——第1章,第1.3节特别功能