Chinaunix首页 | 论坛 | 博客
  • 博客访问: 171188
  • 博文数量: 44
  • 博客积分: 2762
  • 博客等级: 少校
  • 技术积分: 520
  • 用 户 组: 普通用户
  • 注册时间: 2010-10-04 19:19
文章分类
文章存档

2011年(28)

2010年(16)

我的朋友

分类: LINUX

2011-12-08 14:50:11

Shortcuts for tabs:
Ctrl + Alt + PageDown     Switches to the next tab to the left.
Ctrl + Alt + PageDown     Switches to the next tab to the right.
Ctrl + W                                Close tab.
Ctrl + Shift + L                Save all tabs.
Ctrl + Shift + W              Close all tabs. 
Alt + n                                Jump to nth tab.

Shortcuts for working with files:
Ctrl + N                  Create a new document.
Ctrl + O                    Open a document.
Ctrl + L                  Open a location.
Ctrl + S                    Save the current document to disk.
Ctrl + Shift + S    Save the current document with a new filename.
Ctrl + P                    Print the current document.
Ctrl + Shift + P    Print preview.
Ctrl + W                    Close the current document.
Ctrl + Q                    Quit Gedit.

Shortcuts for editing documents:
Ctrl + Z                    Undo the last action.
Ctrl + Shift + Z    Redo the last undone action .
Ctrl + X                    Cut the selected text or region and place it on the clipboard.
Ctrl + C                  Copy the selected text or region onto the clipboard.
Ctrl + V                    Paste the contents of the clipboard.
Ctrl + A                    Select all.

Shortcuts for showing and hiding panes:
F9                                Show/hide the side pane.
Ctrl + F9                    Show/hide the bottom pane.

Shortcuts for searching:

Ctrl + F                    Find a string.
Ctrl + G                    Find the next instance of the string.
Ctrl + Shift + G    Find the previous instance of the string.
Ctrl + K                    Interactive search.
Ctrl + H                    Search and replace.
Ctrl + Shift + K    Clear highlight.
Ctrl + I                    Goto line.

Shortcuts for tools:
Shift + F7                  Check spelling (with plugin).
Alt + F12                        Remove trailing spaces (with plugin).
Ctrl + T                        Indent (with plugin).
Ctrl + Shift + T        Remove Indent (with plugin).
F8                                  Run "make" in current directory (with plugin).
Ctrl + Shift + D        Directory listing (with plugin).

Shortcuts for help:
F1    Open gedit's user manual.
阅读(4123) | 评论(2) | 转发(1) |
0

上一篇:HOWTO: Cross compiling the kernel for the Mini2440

下一篇:没有了

给主人留下些什么吧!~~

dlczh2011-12-14 09:29:40

就这几个,也不多,自己凑合着翻译吧

天的星星2011-12-09 00:53:15

有中文翻译么?