Keyboard Shortcuts

To modify existing key bindings click: Window > Preferences > Workbench > Keys

Printer friendly version: @Google Docs

A nice list of general Eclipse shortcuts can be found here: http://bristle.com/Tips/Eclipse.htm

Key Shortcuts

Ctrl+Shift+LKey Assist (dialog windows)
Alt+Shift+QShow View

Function Keys

F1 Tag/function reference at: http://www.cfdocs.org
F5 Refresh browser view
F8 Scribble pad
Ctrl+F3 Surround with # #
Ctrl+F5 Reload Dictionaries
Ctrl+F6 Switch Editor
Ctrl+F7 Switch View
Ctrl+F8 Switch Perspective

Comments

Ctrl+Shift+M ColdFusion Comment <!--- --->
Ctrl+Shift+C Context sensitive comment

Surround Selection

Ctrl+3 # Pound/hash marks #
Ctrl+' ' Single quotes '
Ctrl+Shift+" " Double quotes "
Ctrl+Shift+O <cfoutput></cfoutput>
Ctrl+Shift+D <cfdump var="##">
Ctrl+Shift+R <cfscript></cfscript>

Insert

Ctrl+Enter <br/>
Ctrl+Shift+Space &nbsp;
Ctrl+Shift+P <p></p>
Ctrl+I <em></em>
Ctrl+B <strong></strong>

Editing

Alt+Up or Alt+Down arrow Moves the current line up or down
Ctrl+Alt+Up or Ctrl+Alt+Down arrow Duplicates line above or below current line
Shift+Enter Insert line below current line
Ctrl+Shift+Enter Insert line above current line
Ctrl+D Deletes current line
Ctrl+Delete Delete next word
Ctrl+Backspace Delete previous word
Ctrl+Shift+Delete Delete to end of line

Search/Find

Ctrl+H Search
Ctrl+F Find
Ctrl+K Find next
Ctrl+Shift+K Find previous

Browsing

F12 View current page in browser
Shift+F12 View current page in secondary browser
F5 Refresh internal browser
Shift+F5 View current page in internal browser
Ctrl+Shift+F5 View project root in internal browser

Windows / Navigation

Ctrl+Shift+R Opens the Open Resource (while in Navigator)
Ctrl+E List open files, then start typing the name and it should limit it to the ones you want
Ctrl+F6 Tab back through open files
Ctrl+Shift+F6 Tab forwards through open files
Ctrl+M Maximise/Minimse Current window
Ctrl+HOME Go to beginning of document
Ctrl+END Go to end of document
Ctrl+PageUp? Go to next open docuement tab
Ctrl+PageDown? Go to previous open document tab

Miscellaneous

Tab Indent code
Shift+Tab Un-indent code
Ctrl+L Goto line number
Ctrl+Q Repeat last tag
Ctrl+Shift+Z Insert Color