textile Sublime Text 2 - 有用的快捷方式

Sublime Text 2 - 有用的快捷方式

gistfile1.textile
h1. Sublime Text 2 - Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer "full documentation":http://www.sublimetext.com/docs/2/.

h2. Editing

| *Ctrl+C* | copy current line (if no selection) |
| *Ctrl+X* | cut current line (if no selection) |
| *Ctrl+⇧+K*| delete line |
| *Ctrl+↩* | insert line after |
| *Ctrl+⇧+↩* | insert line before |
| *Ctrl+⇧+↑* | move line (or selection) up |
| *Ctrl+L* | select line (repeat to select next lines) |
| *Ctrl+D* | select word (repeat select others occurrences in context for multiple editing) |
| *Ctrl+M* | jump to closing bracket for current code, repeat to jump to opening bracket |
| *Ctrl+⇧+M* | select all contents of the current brackets (curly brackets, square brackets, parentheses) |
| *Ctrl+KK* | delete from cursor to end of line |
| *Ctrl+K+⌫* | delete from cursor to start of line |
| *Ctrl+]* | indent current line(s) |
| *Ctrl+[* | un-indent current line(s) |
| *Ctrl+⇧+D* | duplicate line(s) |
| *Ctrl+J* | join line below to the end of the current line |
| *Ctrl+ /* | comment/un-comment current line |
| *Ctrl+⇧+/* | block comment current selection |
| *Ctrl+Y* | redo, or repeat last keyboard shortcut command |
| *Ctrl+⇧+V* | paste and indent correctly |
| *Ctrl+Space* | select next auto-complete suggestion |
| *Ctrl+U* | soft undo (somehow undoes your movements; it jumps to your last change before undoing it when you repeat this command) |

h2. Navigation/Goto Anywhere

| *Ctrl+P* | quick-open files by name in your project (doesn't seem to need an actual project set up, it just searches in the directories around the currently-opened file |
| *Ctrl+R* | goto symbol (functions and classes) in the file. Same as *Ctrl+P*, then type *@*|
| *Ctrl+;* | goto word in current file. Same as *Ctrl+P*, then type *#*|
| *Ctrl+G* | goto line in current file. Same as *Ctrl+P*, then type *:*|

h2. General

| *Ctrl+⇧+P* | command prompt |
| *Ctrl+KB* | toggle side bar |

h2. Find/Replace

| *Ctrl+F* | find |
| *Ctrl+H* | replace |
| *Ctrl+⇧+F* | find in files |

h2. Tabs

| *Ctrl+⇧+t* | open last closed tab (just like in your browser) |
| *Ctrl+PgDn*| cycle down through open tabs, cycle up with Ctrl+PgUp |
| *Ctrl+⇆* | cycle through last tabs (repeat to go back further in history) |

h2. Split window

| *Alt+⇧+2* | split into two columns |
| *Alt+⇧+1* | revert to single column |
| *Alt+⇧+5* | grid (4 groups) |
| *Ctrl+[1,2,3,4]* | jump to "group" (pane) |
| *Ctrl+⇧+[1,2,3,4]* | move file to specified group |

h2. Bookmarks

| *Ctrl+F2* | toggle bookmark |
| *F2* | next bookmark |
| *⇧+F2* | previous bookmark |
| *Ctrl+⇧+F2* | clear bookmarks |

h2. Text manipulation

| *Ctrl+KU* | upper case |
| *Ctrl+KL* | lower case |

textile Sublime Text 2 - 实用快捷键(Mac OS X)

Sublime Text 2 - 实用快捷键(Mac OS X)

gistfile1.textile
This is a Chinese version of https://gist.github.com/1207002/86f48cd3b3b72c85e6293926cf7c730de03b2f08 from "lucasfais":https://gist.github.com/lucasfais

h1. Sublime Text 2 - 实用快捷键 (Mac OS X)

h2. 打开/前往

| *⌘T* | 前往文件 |
| *⌘⌃P* | 前往项目 |
| *⌘R* | 前往 method |
| *⌘⇧P* | 命令提示 |
| *⌃G* | 前往行 |
| *⌃ `* | python 控制台 |

h2. 编辑

| *⌘L* | 选择行 (重复按下将下一行加入选择) |
| *⌘D* | 选择词 (重复按下时多重选择相同的词进行多重编辑) |
| *⌃⇧M* | 选择括号内的内容 |
| *⌘⇧↩* | 在当前行前插入新行 |
| *⌘↩* | 在当前行后插入新行 |
| *⌃⇧K* | 删除行 |
| *⌘KK* | 从光标处删除至行尾 |
| *⌘K⌫* | 从光标处删除至行首 |
| *⌘⇧D* | 复制(多)行 |
| *⌘J* | 合并(多)行 |
| *⌘KU* | 改为大写 |
| *⌘KL* | 改为小写 |
| *⌘ /* | 注释 |
| *⌘⌥ /* | 块注释 |
| *⌘Y* | 恢复或重复 |
| *⌘⇧V* | 粘贴并自动缩进 |
| *⌃ space* | 自动完成(重复按下选择下一个提示) |
| *⌃M* | 跳转至对应的括号 |

h2. XML/HTML

| *⌘⇧A* | 选择标签内的内容 |
| *⌘⌥ .* | 闭合当前标签 |

h2. 查找/替换

| *⌘F* | 查找 |
| *⌘⌥F* | 替换 |
| *⌘⌥G* | 查找下一个符合当前所选的内容 |
| *⌘⌃G* | 查找所有符合当前所选的内容进行多重编辑 |
| *⌘⇧F* | 在所有打开的文件中进行查找 |

h2. 拆分窗口/标签页

| *⌘⌥1* | 单列 |
| *⌘⌥2* | 双列 |
| *⌘⌥5* | 网格 (4组) |
| *⌃[1,2,3,4]* | 焦点移动至相应组 |
| *⌃⇧[1,2,3,4]* | 将当前文件移动至相应组 |
| *⌘[1,2,3...]* | 选择相应标签页 |

h2. 书签

| *⌘F2* | 添加/去除书签 |
| *F2* | 下一个书签 |
| *⇧F2* | 前一个书签 |
| *⌘⇧F2* | 清除书签 |

h2. 标记

| *⌘K space* | 设置标记 |
| *⌘KW* | 从光标位置删除至标记 |
| *⌘KA* | 从光标位置选择至标记 |
| *⌘KG* | 清除标记 |

textile Accesos Directos Sublime Text 2 - Espanol

Accesos Directos Sublime Text 2 - Espanol

gistfile1.textile
h1. Sublime Text 2 - Accesos Directos (PC y Linux)

"Toda la documentacion aca" :http://www.sublimetext.com/docs/2/.

h2. Edicion

| *Ctrl+C* | (si no hay seleccion) Copia toda la linea |
| *Ctrl+X* | (si no hay seleccion) Corta toda la linea |
| *Ctrl+⇧+K*| Elimina la linea |
| *Ctrl+↩* | Inserta salto de linea en linea anterior |
| *Ctrl+⇧+↩* | Inserta salto de linea en linea anterior |
| *Ctrl+⇧+(↑-↓)* | Mueve la linea completa hacia arriba o hacia abajo |
| *Ctrl+L* | Selecciona la linea completa (repetir para seguir seleccionando lineas |
| *Ctrl+D* | Selecciona palabra (repetir para seguir seleccionando las ocurrencias de la palabra [multi seleccion] |
| *Alt+f3* | Selecciona todas las palabras de una vez |
| *Ctrl+M* | Saltar al la llave de cierre o comienzo {} |
| *Ctrl+⇧+M* | Selecciona todo dentro de la region sea: (parentesis, llaves, corchetes) |
| *Ctrl+KK* | borra desde el cursor hasta el fin de linea |
| *Ctrl+K+⌫* | borra desde el cursor hasta el fin de linea |
| *Ctrl+]* | indenta la linea(s) |
| *Ctrl+[* | Des-indenta la linea(s) |
| *Ctrl+⇧+D* | Duplica la linea(s) o la seleccion |
| *Ctrl+J* | Une la linea de abajo al final de la linea actual |
| *Ctrl+ç* | Comenta/Des-comenta la linea actual (o seleccion) |
| *Ctrl+Y* | Vuelve a hacer o repite ultimo comando |
| *Ctrl+⇧+V* | Pega la copia indentando correctamente |
| *Ctrl+Space* | select next auto-complete suggestion |
| *Ctrl+U* | Rehacer suave (salta a la linea del cambio antes de rehacer) |

h2. Navigation/Goto Anywhere

| *Ctrl+P* | Abre-archivos rapidamente, busca en los archivos del proyecto o cercanos |
| *Ctrl+R* | Ir a: funciones y clases del archivo actual (lo mismo que *Ctrl+P* y tipear *@*) |
| *Ctrl+;* | Ir a: palabra del archivo actual (lo mismo que *Ctrl+P* y tipear *#*|
| *Ctrl+G* | Ir a: palabra del archivo actual (Lo mismo que *Ctrl+P* y tipera *:*|

h2. General

| *Ctrl+⇧+P* | Consola de comandos |
| *Ctrl+KB* | Alternar barra lateral |

h2. Find/Replace

| *Ctrl+F* | Buscar |
| *Ctrl+H* | Reemplazar |
| *Ctrl+⇧+F* | Buscar en archivos |

h2. Tabs

| *Ctrl+⇧+t* | Abre la ultima tab cerrada |
| *Ctrl+PgDn* o *Ctrl+PgUp*| Recorre las pestanas abiertas |
| *Ctrl+⇆* | Recorre las pestanas abiertas |

h2. Split window

| *Alt+⇧+2* | Dividir en 2 columnas |
| *Alt+⇧+1* | Revertir a 1 columna |
| *Alt+⇧+5* | Grilla (4 grupos) |
| *Ctrl+[1,2,3,4]* | Saltar a grupo |
| *Ctrl+⇧+[1,2,3,4]* | Mover el archivo al grupo especifico |

h2. Bookmarks

| *Ctrl+F2* | Setea favorito |
| *F2* | Ir a: proximo favorito |
| *⇧+F2* | Ir a: favorito anterior |
| *Ctrl+⇧+F2* | Limpia favoritos |

h2. Text manipulation

| *Ctrl+KU* | Convertir a mayusculas |
| *Ctrl+KL* | Convertir a minusculas |

textile Sublime Text 2 - 有用的快捷方式

Sublime Text 2 - 有用的快捷方式

gistfile1.textile
h1. Sublime Text 2 - Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer "full documentation":http://www.sublimetext.com/docs/2/.

h2. Editing

| *Ctrl+C* | copy current line (if no selection) |
| *Ctrl+X* | cut current line (if no selection) |
| *Ctrl+⇧+K*| delete line |
| *Ctrl+↩* | insert line after |
| *Ctrl+⇧+↩* | insert line before |
| *Ctrl+⇧+↑* | move line (or selection) up |
| *Ctrl+L* | select line (repeat to select next lines) |
| *Ctrl+D* | select word (repeat select others occurrences in context for multiple editing) |
| *Ctrl+M* | jump to closing bracket for current code, repeat to jump to opening bracket |
| *Ctrl+⇧+M* | select all contents of the current brackets (curly brackets, square brackets, parentheses) |
| *Ctrl+KK* | delete from cursor to end of line |
| *Ctrl+K+⌫* | delete from cursor to start of line |
| *Ctrl+]* | indent current line(s) |
| *Ctrl+[* | un-indent current line(s) |
| *Ctrl+⇧+D* | duplicate line(s) |
| *Ctrl+J* | join line below to the end of the current line |
| *Ctrl+ /* | comment/un-comment current line |
| *Ctrl+⇧+/* | block comment current selection |
| *Ctrl+Y* | redo, or repeat last keyboard shortcut command |
| *Ctrl+⇧+V* | paste and indent correctly |
| *Ctrl+Space* | select next auto-complete suggestion |
| *Ctrl+U* | soft undo (somehow undoes your movements; it jumps to your last change before undoing it when you repeat this command) |

h2. Navigation/Goto Anywhere

| *Ctrl+P* | quick-open files by name in your project (doesn't seem to need an actual project set up, it just searches in the directories around the currently-opened file |
| *Ctrl+R* | goto symbol (functions and classes) in the file. Same as *Ctrl+P*, then type *@*|
| *Ctrl+;* | goto word in current file. Same as *Ctrl+P*, then type *#*|
| *Ctrl+G* | goto line in current file. Same as *Ctrl+P*, then type *:*|

h2. General

| *Ctrl+⇧+P* | command prompt |
| *Ctrl+KB* | toggle side bar |

h2. Find/Replace

| *Ctrl+F* | find |
| *Ctrl+H* | replace |
| *Ctrl+⇧+F* | find in files |

h2. Tabs

| *Ctrl+⇧+t* | open last closed tab (just like in your browser) |
| *Ctrl+PgDn*| cycle down through open tabs, cycle up with Ctrl+PgUp |
| *Ctrl+⇆* | cycle through last tabs (repeat to go back further in history) |

h2. Split window

| *Alt+⇧+2* | split into two columns |
| *Alt+⇧+1* | revert to single column |
| *Alt+⇧+5* | grid (4 groups) |
| *Ctrl+[1,2,3,4]* | jump to "group" (pane) |
| *Ctrl+⇧+[1,2,3,4]* | move file to specified group |

h2. Bookmarks

| *Ctrl+F2* | toggle bookmark |
| *F2* | next bookmark |
| *⇧+F2* | previous bookmark |
| *Ctrl+⇧+F2* | clear bookmarks |

h2. Text manipulation

| *Ctrl+KU* | upper case |
| *Ctrl+KL* | lower case |

textile Sublime Text 2 - 有用的快捷方式

Sublime Text 2 - 有用的快捷方式

gistfile1.textile
h1. Sublime Text 2 - Useful Shortcuts (Mac OS X)

h2. General

| *⌘T* | go to file |
| *⌘⌃P* | go to project |
| *⌘R* | go to methods |
| *⌃G* | go to line |
| *⌘KB* | toggle side bar |
| *⌘⇧P* | command prompt |
| *⌃ `* | python console |
| *⌘⇧N* | new window (useful for new project) |

h2. Editing

| *⌘L* | select line (repeat select next lines) |
| *⌘D* | select word (repeat select others occurrences in context for multiple editing) |
| *⌃⇧M* | select content into brackets |
| *⌘⇧↩* | insert line before |
| *⌘↩* | inter line after |
| *⌃⇧K* | delete line |
| *⌘KK* | delete from cursor to end of line |
| *⌘K⌫* | delete from cursor to start of line |
| *⌘⇧D* | duplicate line(s) |
| *⌘J* | join lines |
| *⌘KU* | upper case |
| *⌘KL* | lower case |
| *⌘ /* | comment |
| *⌘⌥ /* | block comment |
| *⌘Y* | redo or repeat |
| *⌘⇧V* | past and ident |
| *⌃ space* | autocomplete (repeat to select next suggestion) |
| *⌃M* | jump to matching brackets |
| *⌘U* | soft undo (movement undo) |
| *⌘⇧U* | soft redo (movement redo) |

h2. XML/HTML

| *⌘⇧A* | select content into tag |
| *⌘⌥ .* | close tag |

h2. Find/Replace

| *⌘F* | find |
| *⌘⌥F* | replace |
| *⌘⌥G* | find next occurrence of current word |
| *⌘⌃G* | select all occurrences of current word for multiple editing |
| *⌘⇧F* | find in files |

h2. Splits/Tabs

| *⌘⌥1* | single column |
| *⌘⌥2* | two columns |
| *⌘⌥5* | grid (4 groups) |
| *⌃[1,2,3,4]* | focus group |
| *⌃⇧[1,2,3,4]* | move file to group |
| *⌘[1,2,3...]* | select tab |

h2. Bookmarks

| *⌘F2* | toggle bookmark |
| *F2* | next bookmark |
| *⇧F2* | previous bookmark |
| *⌘⇧F2* | clear bookmarks |

h2. Marks

| *⌘K space* | set mark // ⌘K; for me |
| *⌘KW* | delete from cursor to mark |
| *⌘KA* | select from cursor to mark |
| *⌘KG* | clear mark |

textile Sublime Text 2 - 有用的快捷方式

Sublime Text 2 - 有用的快捷方式

gistfile1.textile
h1. Sublime Text 2 - Useful Shortcuts (Mac OS X)

h2. General

| *⌘T* | go to file |
| *⌘⌃P* | go to project |
| *⌘R* | go to methods |
| *⌃G* | go to line |
| *⌘KB* | toggle side bar |
| *⌘⇧P* | command prompt |
| *⌃ `* | python console |
| *⌘⇧N* | new window (useful for new project) |

h2. Editing

| *⌘L* | select line (repeat select next lines) |
| *⌘D* | select word (repeat select others occurrences in context for multiple editing) |
| *⌃⇧M* | select content into brackets |
| *⌘⇧↩* | insert line before |
| *⌘↩* | inter line after |
| *⌃⇧K* | delete line |
| *⌘KK* | delete from cursor to end of line |
| *⌘K⌫* | delete from cursor to start of line |
| *⌘⇧D* | duplicate line(s) |
| *⌘J* | join lines |
| *⌘KU* | upper case |
| *⌘KL* | lower case |
| *⌘ /* | comment |
| *⌘⌥ /* | block comment |
| *⌘Y* | redo or repeat |
| *⌘⇧V* | past and ident |
| *⌃ space* | autocomplete (repeat to select next suggestion) |
| *⌃M* | jump to matching brackets |
| *⌘U* | soft undo (movement undo) |
| *⌘⇧U* | soft redo (movement redo) |

h2. XML/HTML

| *⌘⇧A* | select content into tag |
| *⌘⌥ .* | close tag |

h2. Find/Replace

| *⌘F* | find |
| *⌘⌥F* | replace |
| *⌘⌥G* | find next occurrence of current word |
| *⌘⌃G* | select all occurrences of current word for multiple editing |
| *⌘⇧F* | find in files |

h2. Splits/Tabs

| *⌘⌥1* | single column |
| *⌘⌥2* | two columns |
| *⌘⌥5* | grid (4 groups) |
| *⌃[1,2,3,4]* | focus group |
| *⌃⇧[1,2,3,4]* | move file to group |
| *⌘[1,2,3...]* | select tab |

h2. Bookmarks

| *⌘F2* | toggle bookmark |
| *F2* | next bookmark |
| *⇧F2* | previous bookmark |
| *⌘⇧F2* | clear bookmarks |

h2. Marks

| *⌘K space* | set mark // ⌘K; for me |
| *⌘KW* | delete from cursor to mark |
| *⌘KA* | select from cursor to mark |
| *⌘KG* | clear mark |

textile Sublime Text - 有用的快捷方式

Sublime Text - 有用的快捷方式

gistfile1.textile
h1. Sublime Text - Useful Shortcuts

Loosely ordered with the commands I use most towards the top. Sublime also offer "full documentation":http://www.sublimetext.com/docs/2/.

h2. Editing

| *Ctrl+C* | copy current line (if no selection) |
| *Ctrl+X* | cut current line (if no selection) |
| *Ctrl+⇧+K*| delete line |
| *Ctrl+↩* | insert line after |
| *Ctrl+⇧+↩* | insert line before |
| *Ctrl+⇧+↑* | move line (or selection) up |
| *Ctrl+L* | select line (repeat to select next lines) |
| *Ctrl+D* | select word (repeat select others occurrences in context for multiple editing) |
| *Ctrl+K* after *Ctrl+D* | allows you to skip to the next word, so you can be picky about what gets a cursor |
| *Alt+F3* | select all occurrences of current word |
| *Ctrl+M* | jump to closing bracket for current code, repeat to jump to opening bracket |
| *Ctrl+⇧+M* | select all contents of the current brackets (curly brackets, square brackets, parentheses) |
| *Ctrl+KK* | delete from cursor to end of line |
| *Ctrl+K+⌫* | delete from cursor to start of line |
| *Ctrl+]* | indent current line(s) |
| *Ctrl+[* | un-indent current line(s) |
| *Ctrl+⇧+D* | duplicate line(s) |
| *Ctrl+J* | join line below to the end of the current line |
| *Ctrl+ /* | comment/un-comment current line |
| *Ctrl+⇧+/* | block comment current selection |
| *Ctrl+Y* | redo, or repeat last keyboard shortcut command |
| *Ctrl+⇧+V* | paste and indent correctly |
| *Ctrl+Space* | select next auto-complete suggestion |
| *Ctrl+U* | soft undo (somehow undoes your movements; it jumps to your last change before undoing it when you repeat this command) |
| *Ctrl+Shift+J* | expand the selection to the indentation level of the current line |
| *Ctrl+Right Mouse Button* | column Selection http://www.sublimetext.com/docs/3/column_selection.html |
| *Ctrl+KU* | turns the text to uppercase |
| *Ctrl+KL* | turns the text to lowercase |
| *Alt+.* | Close HTML tag |

h2. Navigation/Goto Anywhere

| *Ctrl+P* | quick-open files by name in your project (doesn't seem to need an actual project set up, it just searches in the directories around the currently-opened file |
| *Ctrl+R* | goto symbol (functions and classes) in the file. Same as *Ctrl+P*, then type *@*|
| *Ctrl+;* | goto word in current file. Same as *Ctrl+P*, then type *#*|
| *Ctrl+G* | goto line in current file. Same as *Ctrl+P*, then type *:*|

h2. General

| *Ctrl+⇧+P* | command prompt |
| *Ctrl+KB* | toggle side bar |

h2. Find/Replace

| *Ctrl+F* | find |
| *Ctrl+H* | replace |
| *Ctrl+⇧+F* | find in files |

h2. Tabs

| *Ctrl+⇧+t* | open last closed tab (just like in your browser) |
| *Ctrl+PgDn*| cycle down through open tabs, cycle up with Ctrl+PgUp |
| *Ctrl+⇆* | cycle through last tabs (repeat to go back further in history) |

h2. Split window

| *Alt+⇧+2* | split into two columns |
| *Alt+⇧+1* | revert to single column |
| *Alt+⇧+5* | grid (4 groups) |
| *Ctrl+[1,2,3,4]* | jump to "group" (pane) |
| *Ctrl+⇧+[1,2,3,4]* | move file to specified group |

h2. Bookmarks

| *Ctrl+F2* | toggle bookmark |
| *F2* | next bookmark |
| *⇧+F2* | previous bookmark |
| *Ctrl+⇧+F2* | clear bookmarks |

h2. Text manipulation

| *Ctrl+KU* | upper case |
| *Ctrl+KL* | lower case |

textile gistfile1.textile

gistfile1.textile
h1. Sublime Text 2 - Useful Shortcuts (Mac OS X)

h2. General

| *⌘T* | go to file |
| *⌘⌃P* | go to project |
| *⌘R* | go to methods |
| *⌃G* | go to line |
| *⌘KB* | toggle side bar |
| *⌘⇧P* | command prompt |
| *⌃ `* | python console |
| *⌘⇧N* | new window (useful for new project) |

h2. Editing

| *⌘L* | select line (repeat select next lines) |
| *⌘D* | select word (repeat select others occurrences in context for multiple editing) |
| *⌃⇧M* | select content into brackets |
| *⌘⇧↩* | insert line before |
| *⌘↩* | inter line after |
| *⌃⇧K* | delete line |
| *⌘KK* | delete from cursor to end of line |
| *⌘K⌫* | delete from cursor to start of line |
| *⌘⇧D* | duplicate line(s) |
| *⌘J* | join lines |
| *⌘KU* | upper case |
| *⌘KL* | lower case |
| *⌘ /* | comment |
| *⌘⌥ /* | block comment |
| *⌘Y* | redo or repeat |
| *⌘⇧V* | past and ident |
| *⌃ space* | autocomplete (repeat to select next suggestion) |
| *⌃M* | jump to matching brackets |
| *⌘U* | soft undo (movement undo) |
| *⌘⇧U* | soft redo (movement redo) |

h2. XML/HTML

| *⌘⇧A* | select content into tag |
| *⌘⌥ .* | close tag |

h2. Find/Replace

| *⌘F* | find |
| *⌘⌥F* | replace |
| *⌘⌥G* | find next occurrence of current word |
| *⌘⌃G* | select all occurrences of current word for multiple editing |
| *⌘⇧F* | find in files |

h2. Splits/Tabs

| *⌘⌥1* | single column |
| *⌘⌥2* | two columns |
| *⌘⌥5* | grid (4 groups) |
| *⌃[1,2,3,4]* | focus group |
| *⌃⇧[1,2,3,4]* | move file to group |
| *⌘[1,2,3...]* | select tab |

h2. Bookmarks

| *⌘F2* | toggle bookmark |
| *F2* | next bookmark |
| *⇧F2* | previous bookmark |
| *⌘⇧F2* | clear bookmarks |

h2. Marks

| *⌘K space* | set mark // ⌘K; for me |
| *⌘KW* | delete from cursor to mark |
| *⌘KA* | select from cursor to mark |
| *⌘KG* | clear mark |

textile Sublime Text 2 - 有用的快捷方式(Mac OS X)

Sublime Text 2 - 有用的快捷方式(Mac OS X)

gistfile1.textile
h1. Sublime Text 2 - Useful Shortcuts (Mac OS X)

h2. General

| *⌘T* | go to file |
| *⌘⌃P* | go to project |
| *⌘R* | go to methods |
| *⌃G* | go to line |
| *⌘KB* | toggle side bar |
| *⌘⇧P* | command prompt |
| *⌃ `* | python console |
| *⌘⇧N* | new window (useful for new project) |

h2. Editing

| *⌘L* | select line (repeat select next lines) |
| *⌘D* | select word (repeat select others occurrences in context for multiple editing) |
| *⌃⇧M* | select content into brackets |
| *⌘⇧↩* | insert line before |
| *⌘↩* | inter line after |
| *⌃⇧K* | delete line |
| *⌘KK* | delete from cursor to end of line |
| *⌘K⌫* | delete from cursor to start of line |
| *⌘⇧D* | duplicate line(s) |
| *⌘J* | join lines |
| *⌘KU* | upper case |
| *⌘KL* | lower case |
| *⌘ /* | comment |
| *⌘⌥ /* | block comment |
| *⌘Y* | redo or repeat |
| *⌘⇧V* | past and ident |
| *⌃ space* | autocomplete (repeat to select next suggestion) |
| *⌃M* | jump to matching brackets |
| *⌘U* | soft undo (movement undo) |
| *⌘⇧U* | soft redo (movement redo) |

h2. XML/HTML

| *⌘⇧A* | select content into tag |
| *⌘⌥ .* | close tag |

h2. Find/Replace

| *⌘F* | find |
| *⌘⌥F* | replace |
| *⌘⌥G* | find next occurrence of current word |
| *⌘⌃G* | select all occurrences of current word for multiple editing |
| *⌘⇧F* | find in files |

h2. Splits/Tabs

| *⌘⌥1* | single column |
| *⌘⌥2* | two columns |
| *⌘⌥5* | grid (4 groups) |
| *⌃[1,2,3,4]* | focus group |
| *⌃⇧[1,2,3,4]* | move file to group |
| *⌘[1,2,3...]* | select tab |

h2. Bookmarks

| *⌘F2* | toggle bookmark |
| *F2* | next bookmark |
| *⇧F2* | previous bookmark |
| *⌘⇧F2* | clear bookmarks |

h2. Marks

| *⌘K space* | set mark // ⌘K; for me |
| *⌘KW* | delete from cursor to mark |
| *⌘KA* | select from cursor to mark |
| *⌘KG* | clear mark |

textile iterm2.textile

iterm2.textile
h1. iTerm2 - Useful Shortcuts (Mac OS X)

_with a hat tip to "Sublime Text 2 Shortcuts":https://gist.github.com/lucasfais/1207002_

h2. The Awesome

| *⌘;* | autocomplete |
| *⌘⌥B* | instant replay |
| *⌘⌥E* | search across all tabs |

h2. Splits/Tabs

| *⌘T* | open new tab |
| *⌘⌥]* | next tab |
| *⌘⌥[* | previous tab |
| *⌘D* | split pane left-right |
| *⌘⌥D* | split pane top-bottom |
| *⌘]* | next pane |
| *⌘[* | previous pane |
| *⌘⌥I* | Input to all panes |

h2. Resizing

| *⌘⌥=* | toggle maximize window |
| *⌘Enter* | toggle fullscreen |
| *⌘+* | increase font and window size |
| *⌘-* | decrease font and window size |