
File
| Windows | Action | |
|---|---|---|
| Ctrl+N | New File | |
| Ctrl+O | Open File | |
| Ctrl+W | Close Buffer | |
| Ctrl+EandCtrl+W | Close All Buffers | |
| Ctrl+Shift | Save Buffer | |
| Ctrl+EandCtrl+W | Save All Buffers | |
| Ctrl+P | Print Buffer | |
| Ctrl+PgUp | Go to Previous Buffer | |
| Ctrl+PgDn | Go to Next Buffer | |
| Ctrl+` | Go to Recent Buffer | |
| Alt+` | Show Buffer Switcher | |
| Ctrl+Q | Exit Jedit |
View
| Windows | Action | |
|---|---|---|
| Ctrl+EandCtrl+T | Turn Gutter On/Off | |
| Ctrl+0 | Remove Current Split | |
| Ctrl+1 | Remove All Split | |
| Ctrl+2 | Split View Horizontally | |
| Ctrl+4 | Split View Vertically | |
| Alt+PgUp | Focus Previous Text Area | |
| Alt+PgDn | Focus Next Text Area | |
| Ctrl+EandCtrl+Arrow Keys | Focus Top/Left/..Docking Area | |
| Ctrl+EandCtrl+` | Close Focused Docking Area |
Action Bar
| Windows | Action | |
|---|---|---|
| Ctrl+Enter | Display Action Bar | |
| Ctrl+Spacebar | Repeat Last Editor Action |
Moving the Caret
| Windows | Action | |
|---|---|---|
| Arrow Keys | Move caret 1 char/line | |
| Ctrl+Arrow Keys | Move caret 1 word/paragraph | |
| Home | 1st Non-space Character | |
| End | Last Non-space Character | |
| Ctrl+] | Go to Matching Bracket | |
| Ctrl+EandCtrl+; | Go to Previous/Next Bracket | |
| Ctrl+1 | Go to Line Number |
Selecting Text
| Windows | Action | |
|---|---|---|
| Shift+Arrow Keys | Extend Selection 1 char/line | |
| Ctrl+Shift+Arrow Keys | Extend Selection 1 word/Paragraph | |
| Shift+PgUp/PgDn | Extend Selection 1 Screen | |
| Shift+Home | Extend Selection Line Begin | |
| Shift+End | Extend Selection Line End | |
| Ctrl+[ | Select Code Block | |
| Ctrl+EandW/L/P | Select Word/Line/Paragraph | |
| Ctrl+EandCtrl+L | Select Line Range | |
| Ctrl+Alt | Select all | |
| Esc | Select None | |
| Alt+\ | Switch Range/Rectangle Mode | |
| Ctrl+EandI | Invert Selection |
Scrolling
| Windows | Action | |
|---|---|---|
| Ctrl+EandCtrl+J | Ensure Line is Visible | |
| Ctrl+EandCtrl+N | Center Caret on Screen | |
| Ctrl+'/Ctrl+/ | Scroll Up/down Line | |
| Alt+'/Alt+/ | Scroll Up/Down Page |
Clipboard and Register
| Windows | Action | |
|---|---|---|
| Ctrl+X | Cut | |
| Ctrl+C | Copy | |
| Ctrl+EandCtrl+U | Cut append | |
| Ctrl+EandCtrl+A | Copy Append | |
| Ctrl+V | Paste | |
| Ctrl+EandCtrl+P | Vertically Paste Clipboard | |
| Ctrl+RandCtrl+X | Cut Selected text to Register | |
| Ctrl+RandCtrl+C | Copy Selected text to Register | |
| Ctrl+RandCtrl+U | Append Cut text to Register | |
| Ctrl+RandCtrl+A | Append Copy to Register | |
| Ctrl+RandCtrl+V | Paste Contents to Register | |
| Ctrl+RandCtrl+P | Vertically Paste Register |
Text Editing
| Windows | Action | |
|---|---|---|
| Ctrl+Z | Undo | |
| Ctrl+EandCtrl+Z | Redo | |
| Backspace | Delete Character Before | |
| Del | Delete Character After | |
| Ctrl+Del | Delete Word After | |
| Ctrl+Backspace | Delete Word Before | |
| Ctrl+D | Delete Line | |
| Ctrl+EandD | Delete Paragraph | |
| Ctrl+Shift+Del | Delete from caret to End | |
| Ctrl+Shift+Backspace | Delete from caret to Beginning | |
| Ctrl+EandR | Remove Trailing Whitespaces | |
| Ctrl+J | Join Lines | |
| Ctrl+B | Complete Word | |
| Ctrl+EandF | Format Paragraph/Selection |
Search and Replace
| Windows | Action | |
|---|---|---|
| Ctrl+F | Open Search and Replace Dialog | |
| Ctrl+G | Find Next | |
| Ctrl+H | Find Previous | |
| Ctrl+EandCtrl+B | Search in Open Buffers | |
| Ctrl+EandCtrl+D | Search in Directory | |
| Ctrl+EandCtrl+R | Replace in Selection | |
| Ctrl+EandCtrl+G | Replace in Selection and Find Next | |
| Ctrl+, | Incremental Search Bar | |
| Alt+, | HyperSearch Bar | |
| Ctrl+. | Search bar for Current | |
| Alt+. | HyperSearch for Current World | |
| Ctrl+EandCtrl+I | Toggle Ignore Case | |
| Ctrl+EandCtrl+X | Toggle Regular Expression |
Source Code Editing
| Windows | Action | |
|---|---|---|
| Ctrl+; | Expand Abbreviation | |
| Alt+Right Arrow | Shift Current Line Right | |
| Alt+Left Arrow | Shift Current Line Left | |
| Tab/Shift+Tab | Shift Selected Line Right/Left | |
| Ctrl+I | Indent Current Line | |
| Ctrl+EandCtrl+C | Range Comment Selection | |
| Ctrl+EandCtrl+K | Line Comment Selection |
Folding and Narrowing
| Windows | Action | |
|---|---|---|
| Alt+Backspace | Collaps Fold | |
| Alt+Enter | Expand Fold one Level | |
| Alt+Shift+Enter | Expand Fold Fully | |
| Ctrl+EandX | Expand All Fold | |
| Ctrl+EandS | Select Fold | |
| Ctrl+EandA | Add Explicit Fold | |
| Ctrl+EandEnter | Expands Folds with Level | |
| Ctrl+EandNthenS | Narrow to Selection | |
| Ctrl+EandNthenN | Narrow to Fold | |
| Alt+Up Arrow | Move caret to Previous Fold | |
| Alt+Down Arrow | Move caret to Next Fold | |
| Ctrl+EandU | Move Caret to Parent Fold |
Macros
| Windows | Action | |
|---|---|---|
| Ctrl+MandCtrl+R | Record Macro | |
| Ctrl+MandCtrl+M | Record Temporary Macro | |
| Ctrl+MandCtrl+S | Stop Recording | |
| Ctrl+MandCtrl+P | Run Temporary Macro |
Alternative Shortcuts
| Windows | Action | |
|---|---|---|
| Alt+J/I | Move to Previous/Next Character | |
| Alt+L | Move to Next Character | |
| Alt+I/Alt+K | Move Up/Down One Line | |
| Alt+Q/Alt+A | Move Up/Down One Screen | |
| Alt+Z | First Character of Line | |
| Alt+X | Last Character of Line | |
| Alt+D | Delete Character |