Code Editor Keyboard Shortcuts

When using the codemirror module for editing code the following keyboard shortcuts are available:

PC OSX Description
Ctrl + F Cmd + F Start Searching
Ctrl + G Cmd + G Find next
Shift + Ctrl + G Shift + Cmd + G Find previous
Shift + Ctrl + F Cmd + Option + F Replace
Shift + Ctrl + R Shift + Cmd + Option + F Replace all



TOP