R语言客户端快捷键大全(Windows/Linux版)

R语言客户端快捷键大全

Console控制台 

移动鼠标到控制台          Ctrl+2                       控制台清屏                     Ctrl+L

移动鼠标至第一行         Home                        移动鼠标至最后一行         End

历史记录翻滚               Up/Down                    弹出历史记录栏               Ctrl+Up

终止目前命令                 Esc                           改变工作路径                 Ctrl+Shift+K 

Source代码区

移动鼠标到文件搜索区 Ctrl+.                           移动鼠标至文件编辑区 Ctrl+1

新文档(chrome除外) Ctrl+Shift+N               打开文档 Ctrl+O

保存当前文档 Ctrl+S                                        关闭当前文档(chrome除外) Ctrl+W

关闭当前文档(chrome) Ctrl+Shift+Z            关闭所有文档 Ctrl+Shift+W

预览HTML Ctrl+Shift+Y                                    转换为HTML Ctrl+Shift+H

编译PDF (TeX and Sweave) Ctrl+Shift+I          插入块 Ctrl+Alt+I

插入代码块 Ctrl+Shift+R                                   运行当前行 Ctrl+Enter

重新运行当前区 Ctrl+Shift+P                            运行当前文档 Ctrl+Alt+R 

从开始运行至当前行 Ctrl+Alt+B                        从当前行运行至结尾 Ctrl+Alt+E 

运行当前函数定义 Ctrl+Alt+F                           运行当前块 Ctrl+Alt+C

运行下一个块 Ctrl+Alt+N                                  执行一个文件 Ctrl+Shift+O

执行当前文档 Ctrl+Shift+S                               执行当前文档并且显示 Ctrl+Shift+Enter 

折叠选项 Alt+L                                                  打开选项 Shift+Alt+L

折叠所有 Alt+0                                                  打开所有 Shift+Alt+0

前往行 Shift+Alt+G                                            跳至 Shift+Alt+J

换页 Ctrl+Alt+Down                                           前一页 Win: Ctrl+Alt+Left, Linux:Ctrl+PageUp

后一页 Win: Ctrl+Alt+Right, Linux: Ctrl+PageDown

第一页 Ctrl+Shift+Alt+Left                                 最后一页 Ctrl+Shift+Alt+Right

往回导航     Ctrl+F9                                            向前导航 Ctrl+F10

行缩进         Ctrl+I Command+I                          从选中的代码中提取函数 Ctrl+Shift+U

注释/取消注释当前行 Ctrl+Shift+C                     重新注释 Ctrl+Shift+/ 

Transpose Letters                                 Ctrl+T                                 

Move Lines Up/Down                            Alt+Up/Down                    

Copy Lines Up/Down                            Ctrl+Alt+Up/Down 

Jump to Matching Brace/Paren             Ctrl+P             

Find and Replace                                   Ctrl+F                             

Find Next                                                Win: F3, Linux: Ctrl+G

Find Previous                                         Win: Shift+F3, Linux: Ctrl+Shift+G

Replace and Find                                   Ctrl+=                    

Find in Files                                           Ctrl+Shift+F

Check spelling                                        F7 

Editing (Console and Source) 

Undo         Ctrl+Z

Redo                             Ctrl+Shift+Z

Cut                                     Ctrl+X

Copy                                 Ctrl+C

Paste                                     Ctrl+V

Select All                             Ctrl+A

Jump to Word                     Ctrl+Left/Right 

Jump to Start/End                 Ctrl+Home/End or Ctrl+Up/Down

Delete Line                             Ctrl+D 

Select                                 Shift+[Arrow]

Select Word                         Ctrl+Shift+Left/Right

Select to Line Start                 Shift+Home

Select to Line End                 Shift+End 

Select Page Up/Down             Shift+PageUp/PageDown

Select to Start/End                 Ctrl+Shift+Home/End or Shift+Alt+Up/Down 

Delete Word Left                     Ctrl+Backspace

Delete Word Right                  Option+Delete 

Delete to Line End                  Ctrl+K 

Delete to Line Start                  Option+Backspace 

Indent                                     Tab (at beginning of line)

Outdent                                            Shift+Tab

Yank line up to cursor                             Ctrl+U

Yank line after cursor                                     Ctrl+K 

Insert currently yanked  text                                 Ctrl+Y  

Insert assignment operator                                     Alt+-

Show help for function at cursor                             F1 

Show source code for function at cursor                 F2 

Completions (Console and Source)

Attempt completion                     Tab or Ctrl+Space

Navigate candidates                     Up/Down 

 Accept selected  candidate             Enter, Tab, or Right

Dismiss completion popup                 Esc 

Views 

Goto File/Function                             Ctrl+. 

Move cursor to Source Editor            Ctrl+1 

Move cursor to Console                     Ctrl+2

Move focus to Help                            Ctrl+3

Show History                                      Ctrl+4

Show Files                                         Ctrl+5  

Show Plots                                         Ctrl+6

Show Packages                                 Ctrl+7

Show Workspace                                Ctrl+8

Show Git/SVN                                     Ctrl+9

Show Build                                          Ctrl+0

Sync Editor and PDF Preview             Ctrl+F8 

Build 

Build and Reload                  Ctrl+Shift+B

Load All (devtools)               Ctrl+Shift+L 

Check Package                    Ctrl+Shift+E 

Plots 

Previous plot                     Ctrl+Shift+PageUp

Next plot                           Ctrl+Shift+PageDown

Show manipulator            Ctrl+Shift+M

Git/SVN

Diff active source document                     Ctrl+Shift+D                    

Commit changes                                      Ctrl+Shift+M

Scroll diff view                                          Ctrl+Up/Down                        

Stage/Unstage (Git)                                 Spacebar 

Stage/Unstage and movenext (Git)          Enter 

猜你喜欢

转载自blog.csdn.net/qq_39783244/article/details/79953055
今日推荐