Skip to content
boughtonp edited this page Jan 19, 2012 · 2 revisions

To modify existing key bindings goto: Window > Preferences > General > Keys

Printer friendly version: @Google Docs

Key Shortcuts

Ctrl+Shift+L
Key Assist (dialog windows)
Alt+Shift+Q
Show View

Function Keys

F1
Tag/function reference at: [http://www.cfdocs.org](http://www.cfdocs.org)
F5
Refresh browser view
F8
Scribble pad
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+Shift+H
# Pound/hash marks #
Ctrl+'
' Single quotes '
Ctrl+"
" 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
Maximize/Minimize Current window
Ctrl+HOME
Go to beginning of document
Ctrl+END
Go to end of document
Ctrl+PageUp
Go to next open document 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
Clone this wiki locally