============================ BBEdit 13 keyboard shortcuts ============================ First published at 11/4/2019 on https://defkey.com/bbedit-13-shortcuts BBEdit is a text editor for macOS. It has support for various programming languages, therefore used by software developers and web designers. It was initially released in April 1992. As of July 2021, the software is still actively developed. BBEdit 13 has 150 shortcuts and we have listed all of them below. BBEdit menu ----------- Cmd + , Preferences Cmd + H Hide BBEdit Cmd + Option + H Hide others / Show all Cmd + Q Quit BBEdit File ---- Cmd + O Open Cmd + Control + O Open from FTP / SFTP server Cmd + D Open file by name Cmd + Option + D Reveal selection Cmd + Option + Up arrow Open counterpart Cmd + Shift + W Close window Cmd + Option + W Close all windows Cmd + Option + Shift + W Close all documents Cmd + S Save Cmd + Option + S Save all Cmd + Shift + S Save as… Cmd + Control + S Save to FTP / SFTP server Cmd + Option + Control + S Save a copy to FTP server Cmd + P Print Cmd + Option + P Print all Cmd + Option + Shift + P Print one copy Edit ---- Cmd + Z Undo Cmd + Shift + Z Redo Cmd + Control + Z Clear undo history Cmd + X Cut Cmd + Shift + X Cut & append Cmd + C Copy Cmd + Shift + C Copy & append Cmd + V Paste Cmd + A Select all F5 Complete Control + [ Previous clipboard Control + ] Next clipboard Cmd + Option + , Text options File > New ---------- Cmd + N New text document Cmd + Control + N New HTML document Cmd + Shift + N Text window Cmd + Option + N Disk browser Edit > Paste ------------ Option + Cmd + V Paste and select Shift + Cmd + V Previous clipboard Option + Shift + Cmd + V Paste and match indentation Control + Cmd + V Paste column Edit > Select ------------- Cmd + L Select line Cmd + Option + L Select paragraph Control + Shift + Up arrow / Down arrow Select up / down Cmd + Shift + A Clear list selection Edit > Lines ------------ Cmd + Shift + Enter New line before paragraph Cmd + Enter New line after paragraph Control + Up arrow / Down arrow Move line up / down Control + Shift + Del Delete line Cmd + Shift + D Duplicate Edit > Spelling --------------- Cmd + ; Find next misspelled word Cmd + Option + ; Find all misspelled words Cmd + Shift + ; Show / hide spelling panel Text ---- Control + Option + Shift + A Apply text transform Cmd + [ Shift left Cmd + Shift + [ Shift left one space Cmd + ] Shift right Cmd + Shift + ] Shift right one space Cmd + / Un/Comment lines Cmd + Option + / Un/Comment block Cmd + \ Hard wrap Cmd + Option + \ Hard wrap View ---- Cmd + B View balance Cmd + Shift + B View balance & fold Cmd + Option + [ Previous document Cmd + Option + ] Next document Cmd + Option + O Move to next window View > Text display ------------------- Cmd + T Show / Hide fonts View > Window appearance ------------------------ Cmd + 0 Show / hide sidebar Search ------ Cmd + F Find Cmd + Shift + F Multi-file search Cmd + Option + F Live search Cmd + G Find next Cmd + Shift + G Find previous Cmd + Option + G Find all Cmd + Option + Control + G Find & select all Cmd + Control + G Extract Cmd + Shift + H Find previous selected text Cmd + E Use selection for find Cmd + Shift + E Use selection for find (grep) Cmd + Option + E Use selection for replace Cmd + Option + Shift + E Use selection for replace (grep) Cmd + = Replace Cmd + Option + = Replace all Cmd + Control + = Replace all in selection Cmd + Shift + = Replace to end Control + G Next occurence of selected text Control + Option + G Previous occurence of selected text Cmd + - Find definition Cmd + Shift + - Find in reference Search > Find differences ------------------------- Cmd + Left arrow / Right arrow Apply to left / right Go -- Cmd + J Go to line number… Cmd + Option + J Go to line number Cmd + Shift + J Center line Cmd + Control + J Named symbol Cmd + Control + Up arrow / Down arrow Previous / Next error Control + Shift + ` Previous placeholder Control + ` Next placeholder Cmd + Shift + U Commands Window ------ Cmd + M Minimize window Cmd + Option + M Minimize all windows Cmd + ` Cycle through windows Cmd + Shift + ` Cycle through windows backwards Navigation bar -------------- Control + Option + F Open Files menu Control + Option + N Open Function menu Control + Option + I Open Includes menu Control + Option + M Open marker menu Status bar ---------- Control + Option + B Open breaks menu Miscellaneous commands ---------------------- Cmd + Left click (on URL) Open URL Markup ------ Cmd + Control + M Edit markup Cmd + Option + B Balance tags Cmd + Control + P Preview in BBEdit Markup > Tables --------------- Cmd + Control + T Table… Markup > Inline --------------- Cmd + Control + A Anchor… Cmd + Control + I Image… Cmd + Control + B Break… Markup > Check -------------- Cmd + Control + Y Document syntax Cmd + Control + K Document links Markup > Update --------------- Cmd + Control + U Document folder Markup > Utilities ------------------ Cmd + Option + Shift + F Format Emacs keybindings ----------------- When you enable the option labelled Use Emac Key Bindings, BBEdit will accept following Emacs style keyboard shortcuts. Control + A, Beginning of line Control + B Backward char Control + D Delete char (delete forward  one character) Control + E End-of-line Control + F Forward char (move insertion point forward one place) Control + G Keyboard-quit (cancel pending arguments) Control + K Kill-line (Cut) Control + L Recenter Control + N Next-line Control + O Open-line Control + P Previous-line Control + R isearch-backward (Live search backward) Control + S isearch-forward (Live search forward) Control + T Transpose-chars (Exchange characters) Control + U Universal-argument Control + V Scroll-up (page down) Control + W Scroll-up (Cut) Control + Y Yank (paste) Control + _ Undo (Undo) Control + X then Control + C Save-buffers-kill-emacs (Quit) Control + X then Control + F Find-file (Open file) Control + X then Control + S Save-buffer (Save current document) Control + X then Control + W Write-file (Save as) Esc then < Beginning-of-buffer Esc then > End-of-buffer Esc then Q Fill-paragraph (Hard wrap with current settings) Esc then T Transpose-words (Exchange words) Esc then V Scroll-down Esc then W Copy-region-as-kill (Copy) Esc then Y Yank-pop (Paste previous clipboard) Source: BBEdit manual Last modified on(UTC): Wednesday, August 25, 2021 Defkey © All rights reserved.