一、控制台

功能  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

改变工作路径 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

linux跑r语言代码,R语言快捷键(示例代码)相关推荐

  1. 基于RHEL8的Linux基础入门学习总结笔记(附示例代码)

    Linux简单介绍 特性 完全开源 多用户多任务系统 继承了UNIX多用户多任务的设计理念,允许多人同时上线工作,合理分配资源. 安全稳定高效 严格的用户权限管理使不同使用者之间保持高度的保密性和安全 ...

  2. ABOV单片机内部中断优先级寄存器IP1x/IPx的设置代码实现讲解及示例代码-[MC96F6332D]

    一.准备工作 1.KEIL C51编译环境 2.外部中断EINT示例代码-MC96F6332D 3.MC96F6332D 开发板 4.USB-OCD II仿真器 二.代码部分 1.现代单片机MC96F ...

  3. 基础计算机知识代码,计算机基础知识(示例代码)

    计算机的基本组成:硬件.操作系统.软件.网络四部分组成. 为何要学习计算机基础:Python跟其他语言一样也是一门编程语言,即python是语言.学习python语言之所以要求掌握计算机基础只是因为p ...

  4. html风车相册代码,Css Html 大风车(示例代码)

    简介这篇文章主要介绍了Css Html 大风车(示例代码)以及相关的经验技巧,文章约3675字,浏览量138,点赞数2,值得参考! div{ border-radius: 50%;position: ...

  5. C语言构建网络包,R语言igraph 包-构建网络图(示例代码)

    igaph 是一个项目,目标是建立一条简单,易用的网络分析工具,有 R, python, C/C++ 等语言的具体实现: 项目主页: http://igraph.org/ 在R语言中,对应的就是 ig ...

  6. r语言 xmlto html,使用R语言将XML转换为CSV(示例代码)

    这里使用的xml文件为CASOS提供的数据集company.xml 首先分析xml文件,截取一段xml代码 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 ...

  7. c语言2048代码linux,C语言实现2048小游戏(示例代码)

    2048 一.设计思路 1.游戏规则 想要制作游戏,首先需要了解游戏的规则,下面就来介绍2048的游戏规则 2048游戏共有16个格子,初始时初始数字由2或者4构成. 手指向一个方向滑动,所有格子会向 ...

  8. 24点游戏c语言链表做法,C语言实现24点程序(示例代码)

    一.简介 本程序的思想和算法来自于C语言教材后的实训项目,程序通过用户输入四个整数计算出能够通过加减乘除得到数字24的所有表达式,程序的设计有别于一般通过穷举实现的方式,效率得到提高.算法介绍如下: ...

  9. mysql odbc c语言_C语言ODBC操作MySQL数据库(示例代码)

    数据库及其编程API来源于不同的背景,开发人员可以从众多的数据库中选择一种,每种数据库都有自己的一套编程API,这就为数据库编程造成了很大的局限性.SQL是标准化数据库编程接口的一种尝试,然而各种数据 ...

最新文章

  1. InCAM提示gen_com-5004-Socket bind problem问题
  2. peoplepicker控件的使用
  3. php5的mysqli函数第二个参数,关于php:我应该将$ mysqli变量传递给每个函数吗?
  4. 【Leetcode】那些年四数之和下的评论
  5. mvc4 ajax url参数,MVC4.0中Ajax通过a标签向后台Action传递参数问题?
  6. 16进制 转为图片 php_Python 十六进制hex-bytes-str之间的转换和Bcc码的生成
  7. linux c 指针和内存分配内存,linux-C基础系列-内存管理(野指针).md
  8. LIB BFD, the Binary File Descriptor Library
  9. python入门教程(非常详细)-Python超详细入门教程(上)
  10. 三菱FX系列PLC教程
  11. 基于php的人力资源管理系统,基于thinkPHP框架的人力资源管理系统
  12. 黑苹果hidp显示不清楚_让黑苹果开启Retina的方法
  13. Java注释的重要性
  14. 【广告计算】互联网控制舆论的三个方法
  15. 作为数字化转型的布道者,疫情后我们还需要坚守什么?
  16. Learning to Rank(LTR)
  17. “大”北京“小”地方
  18. 基于牛顿方法在直流微电网潮流研究(Matlab代码实现)
  19. 编写一个 Chrome 浏览器扩展程序
  20. 你不知道的 Linux 使用技巧分享

热门文章

  1. requirejs 使用实例
  2. 源码安装gcc各种情况的解决
  3. (转)[Android] 利用 ant 脚本修改项目包名
  4. 域用户的登录过程和GC的关系
  5. Python–新一代编程语言
  6. SpringMVC _Controller认识(1)
  7. 在路由器使用ACL防止IP地址欺骗
  8. 利用Cobbler批量快速网络安装CentOS
  9. 输入法图标也会莫名其妙地丢失?
  10. 2007微软技术大会(TechEd)开幕式