谁知道sublime text 3 中文的 findkeyconflicts怎么使用?

Sublime Text 3 目前支持的插件列表
Posted By 刘晓帆 | 2,306 views
以下是截止到今天 日 Sublime Text 3 目前支持的插件列表:
(为了避免将来有人搜到这篇文章,看到的结果不是最新的,所以特别说明一下~)
Plan to add some enhancements to the ST3 branch, though master is compatible with both ST2 and ST3.
Project Discontinued
(For Linux and OS X users: For Linux users: ConvertToUTF8 relies on several dynamic libraries which are missing in embedded version of Python of Sublime Text 2 and 3. This plugin can not work fully until you install them manually.)
(Doesn’t work with Sublime Text 2 on Windows. Works with Sublime Text 3 on Windows, and 2/3 on Linux/OS X.)
(not working on )
(Working on OS X Only)
(Working on OS X Only)
(Sublime Text support for TextMate’s rmate)
(former Ruby 1.9 Hash Converter)
CopyRight(C) 爱前端/forum/viewtopic.php?f=2&t=10615
It's a work in progress, mainly geared around the things I use most often. Comments welcome.Sublime Text 2 Tips有用的链接
/en/latest
/sublime-text-code-folding
http://benmccormick.org/blog//sublime-text-for-javascript-configuration/
Ctrl+Shift+P (Tools & Command Palette...)
跳转到文件: Ctrl+P (Goto & Goto Anything...)
跳转到标记或函数: Ctrl+P, "@symbol" (Ctrl+R, Goto & Goto Symbol...)
跳转到行号: Ctrl+P, ":#" for line (Ctrl+G, Goto & Goto Line...) -
跳转到单词: Ctrl+P, "#word" (Ctrl+;)
在下面插入行: Ctrl+Enter
在上面插入行: Ctrl+Shift+Enter
重复上一个命令: Ctrl+Y (Edit & Repeat)
Transpose: Ctrl+T (Edit & Text & Transpose)
行注释/取消注释: Ctrl+/ (Edit & Comment & Toggle Comment)
块注释/取消注释: Ctrl+Shift+/ (Edit & Comment & Toggle Block Comment)
缩进粘贴: Ctrl+Shift+V (Edit & Paste and Indent)
转为大写: Ctrl+K, Ctrl+U (Edit & Convert Case & Upper Case)
转为小写: Ctrl+K, Ctrl+L (Edit & Convert Case & Lower Case)
行缩进 Ctrl+] (Edit & Line & Indent)
取消缩进: Ctrl+[ (Edit & Line & Unindent)
当前行上移: Ctrl+Shift+Up (Edit & Line & Swap Line Up)
当前行下移: Ctrl+Shift+Down (Edit & Line & Swap Line Down)
复制当前行: Ctrl+Shift+D (Edit & Line & Duplicate Line)
合并行: Ctrl+J (Edit & Line & Join Lines)
Delete word forwards: Ctrl+Del
Delete word backwards: Ctrl+Backspace
Delete line: Ctrl+Shift+K (Edit & Line & Delete)
Delete from cursor to end of line: Ctrl+K, Ctrl+K
Delete from cursor to start of line: Ctrl+K, Ctrl+Backspace
选择 (选择操作可以连续重复多次)
选择行: Ctrl+L (Selection & Expand Selection to Line)
选择单词: Ctrl+D (Selection & Expand Selection to Word)
选择范围: Ctrl+Shift+Space (Selection & Expand Selection to Scope)
扩展为方括号内选择: Ctrl+Shift+M (Selection & Expand Selection to Brackets)
Select indentation: Ctrl+Shift+J (Selection & Expand Selection to Indentation)
Select tag: Ctrl+Shift+A (Selection & Expand Selection to Tag)
Skip selection: Ctrl+K, Ctrl+D
Scroll to selection: Ctrl+K, Ctrl+C (Goto & Scroll & Scroll to Selection)
Jump to closing parenthesis (repeat to go to opening): Ctrl+M (Goto & Jump to Matching Bracket)
Jump to your last change (repeat to undo change): Ctrl+U (Edit & Undo Selection & Undo)
Toggle bookmark: Ctrl+F2 (Goto & Bookmarks & Toggle Bookmark)
Next bookmark: F2 (Goto & Bookmarks & Next Bookmark)
Previous bookmark: Shift+F2 (Goto & Bookmarks & Previous Bookmark)
Select all bookmarks: Alt+F2 (Goto & Bookmarks & Select all Bookmarks)
Find: Ctrl+F (Find & Find...)
Find Next: F3 (Find & Find Next)
Find Previous: Shift+F3 (Find & Find Previous)
Replace: Ctrl+H (Find & Replace...)
Find in files (Navigate using F4, Shift+F4): Ctrl+Shift+F (Find & Find in Files...)
Fold: Ctrl+Shift+[ (Edit & Code Folding & Fold)
Unfold: Ctrl+Shift+] (Edit & Code Folding & Unfold)
Unfold all: Ctrl+K,Ctrl+J (Edit & Code Folding & Unfold All)
Fold attributes: Ctrl+K,Ctrl+T (Edit & Code Folding & Fold Tag Attributes)
Record: Ctrl+Q (Tools & Record Macro)
Playback: Ctrl+Shift+Q (Tools & Playback Macro)
Previous tab: Ctrl+PgUp (Goto & Switch File & Previous File)
Next tab: Ctrl+PgDown (Goto & Switch File & Next File)
Switch to tab number: Alt+number (Goto & Switch File & ...)
设为单窗口布局: Alt+Shift+1 (View & Layout & Single)
多列布局: Alt+Shift+2,3,4 (View & Layout & Columns)
多行布局: Alt+Shift+8,9 (View & Layout & Rows)
田字布局: Alt+Shift+5 (View & Layout & Grid)
Move to group #: Ctrl+# (View & Focus Group)
Move file to group #: Ctrl+Shift+# (View & Move file to Group)
切换文件边栏: Ctrl+K, Ctrl+B (View & Side Bar & Hide Side Bar)
无干扰模式: Shift+F11 (View & Enter Distraction Free Mode)
激活拼写检查(Navigate using Ctrl+F6, Ctrl+Shift+F6): F6 (View & Spell Check)
列选模式:shift+鼠标右键拖拉,同时再按下alt键拖拉可以减去选择的字符
添加多个选择:按住ctrl键 点击多个位置
Ctrl+Shift+L (Selection & Split into Lines)
Highlight word, press Ctrl+D (Selection & Expand Selection to Word) repeatedly to select additional occurrences of that word.
所有相同的单词出现的地方添加光标 &Alt+F3 (Find & Quick Find All)&
多行列选择,使用键盘操作: Ctrl+Alt+Up, Ctrl+Alt+Down (Selection & Add Previous Line)
Return to single selection: Esc (Selection & Single Selection)
Set mark: Ctrl+K, Ctrl+Space (Edit & Mark & Set Mark)
Select to mark: Ctrl+K, Ctrl+A (Edit & Mark & Select to Mark)
Delete to mark: Ctrl+K, Ctrl+W (Edit & Mark & Delete to Mark)
Switch location with mark: Ctrl+K, Ctrl+X (Edit & Mark & Swap with Mark)
Clear Mark: Ctrl+K Ctrl+G (Edit & Mark & Clear Mark)
Switch Project: Ctrl+Alt+P (Project & Switch Project in Window...)
Select root folder: Project & Add Folder to Project...
Save: Project & Save Project As... (.sublime-project file)
Show scope in status bar: Ctrl+Alt+Shift+P
Reindent Lines: Edit & Line & Reindent
Close Tag: Alt+.
Reopen Closed File: Ctrl+Shift+T (File & Open Recent... & Reopen Closed File)
See Key Bindings: Preferences & Key Bindings & Default
TextMate 主题兼容
/webGeekDownloads/TextMate-Themes%20Bundle.zip(extract zip to "%AppData%\Sublime Text 2\Packages")
推荐用户设置 (Preferences & Settings - User)
CODE:&{& & "bold_folder_labels": true,& & "color_scheme": "Packages/Color Scheme - Default/Zenburnesque.tmTheme",& & "draw_minimap_border": false,& & "font_face": "Consolas",& & "font_options": ["directwrite"],& & "font_size": 11,& & "highlight_line": true,& & "highlight_modified_tabs": true,& & "hot_exit": false,& & "ignored_packages": ["Vintage", "ZenCoding"],& & "line_numbers": false,& & "rulers": [80, 120],& & "spell_check": true,& & "theme": "Soda Dark.sublime-theme",& & "trim_trailing_white_space_on_save": true,& & "detect_indentation": false,& & "tab_size": 4,& & "translate_tabs_to_spaces": true,& & "use_tab_stops": true}
Package Control:&Ctrl+Alt+P (Preferences & Package Control)
AdvancedNewFile:&Ctrl+Alt+N [conflicts with "Sublime Files"]
Alignment:&Align selected lines: Ctrl+Alt+A
Automatic Backups:&Preferences & Package Settings & Automatic Backups & Settings - UserCODE:&& & {& & & & "backup_dir": "D:/Backups",& & & & "backup_merge_command": "C:/Program Files (x86)/Beyond Compare 2/BC2.exe \"{oldfilepath}\" \"{curfilepath}\""& & }Backwards in history: Ctrl+Alt+[Forwards in history: Ctrl+Alt+]Merge from backup history: Ctrl+Alt+Shift+M
CTags:&&(Find & CTags)
DocBlockr:&
FindKeyConflicts:&Ctrl+Shift+P, FindKeyConflicts
Git:&&(Tools & Git)
HexViewer:&[Shortcuts conflict with "build"]Toggle hex editor mode: Ctrl+Shift+B, Ctrl+Shift+HShow hex inspector: Ctrl+Shift+B, Ctrl+Shift+IHex finder: Ctrl+Shift+B, Ctrl+Shift+FHex editor: Ctrl+Shift+B, Ctrl+Shift+EHex writer: Ctrl+Shift+B, Ctrl+Shift+XDiscard edits: Ctrl+Shift+B, Ctrl+Shift+U
Http Requester:&
IndentGuides:&
Nettuts+ Fetch:&
Origami ()Create an adjacent pane: Ctrl+K, Ctrl+Arrows (View & Origami & Pane & Create & ...)Destroy an adjacent pane: Ctrl+K, Ctrl+Shift+Arrows (View & Origami & Pane & Destroy & ...)Travel to adjacent pane: Ctrl+K, Arrows (View & Origami & Pane & Travel to & ...)Carry the current file to destination: Ctrl+K, Shift+Arrows (View & Origami & File & Carry to & ...)Clone the current file to destination: Ctrl+K, Alt+Arrows (View & Origami & File & Clone to & ...)
PlainTasks:&
SidebarEnhancements:&
Sublime Files:&Open file navigator: Ctrl+Alt+N [conflicts with "AdvancedNewFile"]
Super CalculatorSelect text then press Alt+C
SublimeLinter:&
SublimeXiki-master:&
SyncedSidebar
Trailing Spaces
Wrap Plus ()Wrap selection: Alt+Q
Web Packages
CSS-Snippets:&
Emmet:&,&&(try "div&ul&li*3" &tab&)
HtmlTidy:&
SublimeCodeIntel:&Jump to symbol definition: Ctrl+F3
Sublime-HTMLPrettify:&
Emmet Css Snippets
HTML Snippet
http://www.veryued.org/2012/11/sublime%E5%B8%B8%E7%94%A8%E6%8F%92%E4%BB%B6%E6%94%B6%E9%9B%86%E8%B4%B4/
今天同事分享了一些sublime的插件,纪录在此。
Anypreter可以临时执行选择的代码或整个文件,目前支持 PHP、Ruby 和 Python。AdvancedNewFile通过输入路径来创建文件,快捷键是 Command + Shift + N。Alignment可以根据 : 和 = 对齐,满足有代码洁癖同学的需求,快捷键是 Command + Control + A 。AutoFileName在代码里引用文件时,提供文件名的提示和补全。Auto Semi-Colon自动调整插入的分号位置。All AutoComplete让代码自动完成的匹配从所有打开的文件里去匹配,而不是只在当前文件里匹配。BracketHighlighter括号高亮。BeautifyRubyRuby 语法支持。Browser Refresh按 Command + Shift + R,刷新打开的 Chrome 当前 Tab。CoffeeScriptCoffeeScript 语法支持。CTagsCTags 支持,提供语法导航功能。(目前还不支持 Coffee)ChangeQuotes切换单引号和多引号,很贴心的插件,快捷键是 Command + Shift + . 。ColorPicker颜色拾取器。Close Oldest File关闭最先打开的文件。CoffeeScript Fundtion Finder查看函数定义,不是太准确。DocBlockr提供 JSDoc 和 PHPDoc 的自动生成功能。Edit History可以用 Command + [,和 Command + ] 在历史编辑处来回切换。Element Finder (待验证)可以在项目中用 CSS 选择器查找 HTML。
http://keegan.st//introducing-element-finder-for-sublime-text-2/
FavoriteFiles提供文件收藏功能,可以保存一些常用的文件,方便快速打开编辑,快捷键是 Command + Shift + , 。GBK ENcoding Support支持 GBK 编码,有些小缺陷,比如会导致 Command + R 快速打开文件不能使用。GenerateUUID快速生成 UUID,快捷键是 Command + Shift + U。Gist用来创建和编辑 Gist。GotoTab可以让我们用 Command + 数字 打开执行顺序的 tab。HTML5Inc-Dec-Value快速修改数字、布尔值等各种状态。JadeJade 语法支持。KeymapManagerControl + Alt + K,快速查看所有插件绑定的快捷键。LESSLess 语法支持。LESS-build2Less 的 build file。Live CSSCSS 颜色高亮。Local History本地编辑历史。Markdown Preview之前用的 MarkDown 插件,已经被下面的替代了。MarkdownEditingMarkdown 的编辑和高亮。Nettuts+ Fetch可以快速获取预定义好的远程文件或远程 zip 包。Origami && 窗口管理工具
/SublimeText/Origami
窗口管理,比如可以快速创建窗口,快速把一个文件复制、移动到另一窗口等。PlistJsonConverter用来做 PLIST 和 JSON 之间的格式转换。Pretty JSONJSON 美化,快捷键是 Command + Control + J 。PlainTasks任务管理。Quick File Creator快速创建文件和目录。QuickFind快速查找上一个,下一个选中的关键字。Rails Related FilesRakeRubyTestRunExternal执行 Bash 命令,并在当前窗口输出。
/madeingnecca/sublime-run-external
SASSSASS 语法支持。SidebarEnhancements侧边栏增强。SideBarGit侧边栏 Git 支持。Simple Rails NavigatorRails 导航。SublimeLinter实时 Lint,支持 JavaScript, Coffee,PHP, Ruby, Java 等各种语言。SublimePeek快速查看选中文字的帮助信息,支持 HTML, CSS, JavaScript, Ruby, Python, PHP, R 和 Stata,快捷键是 Command + Shift + H 。SFTP快速、智能地传文件到远程,可以用 ftp, ssh 等方式。SVN支持命令行和菜单两种接口。ST2-Converter提供一些便捷的转换函数,比如 Base64、MD5 等。Theme & Soda主题和配色。Todo ManagerTODO 管理。ToggleQuotes同样是切换单双引号的,方式是选中要切换的代码,然后按单或双引号,并且会自动处理字符串里的引号转义。WordCount单词量实时计算,在状态栏显示。ZenCoding无需解释,快捷键是 Control + Alt + Enter 。
阅读(...) 评论()

我要回帖

更多关于 findkeyconflicts 的文章

 

随机推荐