TextMate

General

Paste

⌘ Cmd + V

All hotkeys for TextMate

General
New

⌘ Cmd + N

General
New project

Control + ⌘ Cmd + N

General
Open

⌘ Cmd + O

General
Save

⌘ Cmd + S

General
Save as

↑   Shift + ⌘ Cmd + S

General
Save all

⌥ Option + ⌘ Cmd + S

General
Save project

Control + ⌘ Cmd + S

General
Save project as

Control + ↑   Shift + ⌘ Cmd + S

General
Reveal in project

Control + ⌘ Cmd + R

General
Print

⌘ Cmd + P

General
Help

⌘ Cmd + ?

General
Undo

⌘ Cmd + Z

General
Redo

↑   Shift + ⌘ Cmd + Z

General
Cut

⌘ Cmd + X

General
Copy

⌘ Cmd + C

General
Paste

⌘ Cmd + V

General
Paste without re-indenting

Control + ⌘ Cmd + V

General
Paste previous

↑   Shift + ⌘ Cmd + V

General
Paste from the clipboard history

Control + ⌥ Option + ⌘ Cmd + V

General
Duplicate line / selection

⌘ Cmd + ↑   Shift + D

General
Freehand editing

⌥ Option + ⌘ Cmd + E

General
Overwrite mode

⌥ Option + ⌘ Cmd + O

General
Select word

Control + W

General
Select line

↑   Shift + ⌘ Cmd + L

General
Select enclosing brackets

↑   Shift + ⌘ Cmd + B

General
Select current scope

Control + ⌥ Option + B

General
Select all

⌘ Cmd + A

General
Completion

Esc

General
Find

⌘ Cmd + F

General
Find in project

↑   Shift + ⌘ Cmd + F

General
Find next

⌘ Cmd + G

General
Find previous

↑   Shift + ⌘ Cmd + G

General
Replace all

Control + ⌘ Cmd + F

General
Replace all in selection

Control + ↑   Shift + ⌘ Cmd + F

General
Replace & find

⌥ Option + ⌘ Cmd + F

General
Use selection for find

⌘ Cmd + E

General
Use selection for replace

↑   Shift + ⌘ Cmd + E

General
Jump to selection

⌘ Cmd + J

General
Spelling

⌘ Cmd + :

General
Check spelling

⌘ Cmd + ;

General
Check spelling as you type

⌥ Option + ⌘ Cmd + ;

General
Special characters

⌥ Option + ⌘ Cmd + T

General
Bigger font

⌘ Cmd + +

General
Smaller font

⌘ Cmd + -

General
Show / hide bookmarks

⌥ Option + ⌘ Cmd + B

General
Show / hide line numbers

⌥ Option + ⌘ Cmd + L

General
Show / hide project drawer

Control + ⌥ Option + ⌘ Cmd + D

General
Soft wrap

⌥ Option + ⌘ Cmd + W

General
Show / hide invisibles

⌥ Option + ⌘ Cmd + I

General
Fold current block

F1

General
Convert to uppercase

Control + U

General
Convert to lowercase

Control + ↑   Shift + U

General
Convert to title case

Control + ⌥ Option + U

General
Convert to opposite case

Control + G

General
Move line up / down

Control + ⌘ Cmd + ↑  ↓

General
Move column left / right

Control + ⌘ Cmd + ←  →

General
Shift left

⌥ Option + ⭾ Tab

General
Shift left

⌘ Cmd + [

General
Shift right

⌥ Option + Back⭾ Tab

General
Shift right

⌘ Cmd + ]

General
Indent line

⌥ Option + ⌘ Cmd + [

General
Edit each line in selection

⌥ Option + ⌘ Cmd + A

General
Reformat paragraph

Control + Q

General
Reformat and justify

Control + J

General
Unwrap paragraph

Control + ⌥ Option + Q

General
Execute line inserting result

Control + R

General
Filter through command

⌥ Option + ⌘ Cmd + R

General
Add / remove bookmark

⌘ Cmd + F2

General
Go to next bookmark

F2

General
Go to previous bookmark

↑   Shift + F2

General
Navigate tabs

⌥ Option + ⌘ Cmd + ←  →

General
Go to header / source

⌥ Option + ⌘ Cmd +

General
Go to file

⌘ Cmd + T

General
Go to symbol

↑   Shift + ⌘ Cmd + T

General
Scroll line up / down

Control + ⌥ Option + ⌘ Cmd + ↑  ↓

General
Scroll column left / right

Control + ⌥ Option + ⌘ Cmd + ←  →

General
Go to line

⌘ Cmd + L

General
Go to middle visible line

↑   Shift + ⌘ Cmd + J

General
Sort lines

F5

General
Statistics for document / selection

Control + ↑   Shift + N

General
Select bundle item

Control + ⌘ Cmd + T

General
Open bundle menu

Control + Esc

CSS
Preview

Control + ⌥ Option + ⌘ Cmd + P

Source
Comment line / selection

⌘ Cmd + /

Source
Lookup definition (ctags)

Control + ]

Source
Toggle single / double string quotes

Control + "

Source
Escaped double quotes: \"…\"

⌘ Cmd + "

Source
Escaped single quotes: \'…\'

⌥ Option + ⌘ Cmd + "

Source
Insert comment banner

Control + ↑   Shift + B

PHP
Continue block comment

⤶ Enter

Source
Newline: \n

⌘ Cmd + ⤶ Enter

Source
Move to end of line and insert ;

⌥ Option + ⌘ Cmd + ⤶ Enter

Source
(line feed)

↑   Shift + ⌘ Cmd + ⤶ Enter Move to End of line and Insert ; + LF

Source
Convert spaces to tabs

Control + ↑   Shift + ⌘ Cmd + T

HTML
Tidy

Control + ↑   Shift + H

Apache
Search on apache.org

Ctrl + H

PHP
Documentation

Control + H

PHP
Validate

Control + ↑   Shift + V

HTML
Refresh browser

⌘ Cmd + R

HTML
Convert to entities / URL escapes

⌘ Cmd + &

HTML
Insert open / close tag

Control + <

HTML
Insert close tag

⌥ Option + ⌘ Cmd + .

HTML
Wrap selection in open / close tag

Control + ↑   Shift + W

HTML
Wrap each selected line in tag

Control + ↑   Shift + ⌘ Cmd + W

HTML
Wrap selection as link

Control + ↑   Shift + L

HTML
Non breaking space

⌥ Option + Space

HTML
br

Control + ⤶ Enter

HTML
Strong

⌘ Cmd + B

HTML
Emphasize

⌘ Cmd + I

PHP
Run

↑   Shift + ⌘ Cmd + R

Similar combinations for other applications


Webflow
Paste (Mac)
Copy / paste

⌘ Cmd + V


Coda for iOS
Paste
General

⌘ Cmd + V


DaVinci Resolve 15 (Mac)
Paste
Edit menu

⌘ Cmd + V


App Maker
Paste text from the clipboard
Code editor shortcuts - Mac

⌘ Cmd + V


RStudio (Mac)
Paste
Editing (Console and Source)

⌘ Cmd + V


Adobe Illustrator (Mac)
Paste
Frequently used shortcuts

⌘ Cmd + V


Substance Painter (Mac)
Paste layer
Non-editable shortcuts

⌘ Cmd + V


Ableton Live 10 (Mac)
Paste
Editing

⌘ Cmd + V


Tableau (Mac)
Paste clipboard
Authoring views (Tableau Desktop)

⌘ Cmd + V


GeoGebra
Paste
Mac desktop

⌘ Cmd + V


Final Cut Pro X
Insert the Clipboard contents at the skimmer or playhead position
Editing

⌘ Cmd + V


QuickBooks Desktop (Mac)
Edit > Paste
Editing

⌘ Cmd + V


Sketch
Paste layer
General

⌘ Cmd + V


Shotcut (Mac)
Paste
Timeline

⌘ Cmd + V


Asana (Mac)
Paste Tasks (One per line)
Task Actions

⌘ Cmd + V


Confluence (Mac)
Paste
Editor

⌘ Cmd + V


Adobe Dimension CC (Mac)
Paste
Edit menu

⌘ Cmd + V


Roll20
Paste copied object(s)
Tools

⌘ Cmd + V


Adobe Premiere Pro (Mac)
Paste
Edit

⌘ Cmd + V


Autodesk SketchBook (Mac)
Paste
Tools

⌘ Cmd + V


Corel Painter (Mac)
Paste in place
Edit menu

⌘ Cmd + V


Adobe XD (Mac)
Paste
Edit menu

⌘ Cmd + V


Pixelmator Pro
Paste a selected area
Selection tools

⌘ Cmd + V


AWS Cloud9 IDE (Mac)
Paste
Clipboard

⌘ Cmd + V


IntelliJ IDEA (macOS)
Paste from clipboard
Editing

⌘ Cmd + V


Apple Messages
Paste copied text
Conversation shortcuts

⌘ Cmd + V


Apple iBooks
Paste the selection
Format text

⌘ Cmd + V


Apple GarageBand
Paste
General

⌘ Cmd + V


Google Sheets (Mac)
Paste
Common actions

⌘ Cmd + V


Apple iMovie
Paste the copied text
Editing text

⌘ Cmd + V


iPad Smart Keyboard
Paste
Selecting and editing text

⌘ Cmd + V


Apple Pages
Paste the selection
Formatting text

⌘ Cmd + V


Xcode
Insert the Clipboard contents at the insertion point (equivalent to the Paste command)
Other system and application shortcuts

⌘ Cmd + V


Apple macOS
Paste the contents of the Clipboard into the current document or app. This also works for files in the Finder
Cut, copy, paste, and other common shortcuts

⌘ Cmd + V


CoffeeCup Web Editor
Paste
Clipboard

⌘ Cmd + V


iTunes 11 for Mac
Paste the selected song’s information or artwork
Edit menu

⌘ Cmd + V


Final Draft 11 (Mac)
Paste
Cmd key

⌘ Cmd + V