======================== jEdit raccourcis clavier ======================== Publié pour la première fois le 17/08/2018 sur https://defkey.com/fr/jedit-raccourcis-clavier jEdit a 139 raccourcis et nous les avons énumérés ci-dessous. Files ----- Ctrl + N New file. Ctrl + O Open file. Ctrl + W Close buffer. Ctrl + E puis Ctrl + W Close all buffers. Ctrl + S Save buffer. Ctrl + E puis Ctrl + S Save all buffers. Ctrl + P Print buffer. Ctrl + Pg Préc Go to previous buffer. Ctrl + Pg Suiv Go to next buffer. Ctrl + ` Go to recent buffer. Alt + ` Show buffer switcher. Ctrl + Q Exit jEdit. Views ----- Ctrl + E puis Ctrl + T Turn gutter (line numbering) on and off. Ctrl + 0 Remove split containing current text area only. Ctrl + 1 Remove all splits. Ctrl + 2 Split view horizontally. Ctrl + 3 Split view vertically. Alt + Pg Préc Send keyboard focus to previous text area. Alt + Pg Suiv Send keyboard focus to next text area. Ctrl + E puis Touches directionnelles Send keyboard focus to top; bottom; left; right docking area. Ctrl + E puis Ctrl + ` Close currently focused docking area. Action bar ---------- Ctrl + Entrée Display the action bar and give it keyboard focus. Ctrl + Espace Repeat last editor action. Moving the caret ---------------- Touches directionnelles Move caret one character or line. Ctrl + Touches directionnelles Move caret one word or paragraph. Pg Préc / Suiv Move caret one screenful. Debut First non-whitespace character of line, beginning of line, first visible line (repeated presses). End Last non-whitespace character of line, end of line, last visible line (repeated presses). Ctrl + Debut Beginning of buffer. Ctrl + End End of buffer. Ctrl + ] Go to matching bracket. Ctrl + E Go to previous bracket. Ctrl + ; Go to next bracket. Ctrl + L Go to line. Selecting text -------------- Maj + Touches directionnelles Extend selection by one character or line. Ctrl + Maj + Touches directionnelles Extend selection by one word or paragraph. Maj + Pg Préc Extend selection by one screenful. Maj + Pg Suiv Extend selection by one screenful. Maj + Debut Extend selection to first non-whitespace character of line, beginning of line, first visible line (repeated presses). Maj + End Extend selection to last non-whitespace character of line, end of line, last visible line (repeated presses). Ctrl + Maj + Debut Extend selection to beginning of buffer. Ctrl + Maj + End Extend selection to end of buffer. Ctrl + [ Select code block. Ctrl + E puis W Select word; line; paragraph. Ctrl + E puis L Select line Ctrl + E puis P Select paragraph Ctrl + E Ctrl + L Select line range. Ctrl + A Select all. Échap Select none. Alt + \ Switch between range and rectangular selection mode. Ctrl + \ Switch between single and multiple selection mode. Ctrl + E puis I Invert selection. Scrolling --------- Ctrl + E puis Ctrl + J Ensure current line is visible, and send focus to the text area. Ctrl + E puis Ctrl + N Center caret on screen. Ctrl + ' Scroll up one line. Ctrl + / Scroll down one line. Alt + ' Scroll up; down one page. Alt + / Scroll down one page. Text editing ------------ Ctrl + Z Undo. Ctrl + E puis Ctrl + Z Redo. Retour Arrière Delete character before caret Suppr Delete character after caret Ctrl + Retour Arrière Delete word before caret Ctrl + Suppr Delete word after caret Ctrl + D Delete line Ctrl + E puis D Delete paragraph Ctrl + Maj + Retour Arrière Delete from caret to beginning; end of line. Ctrl + Maj + Suppr Delete from caret to end of line. Ctrl + E puis R Remove trailing whitespace from the current line (or all selected lines). Ctrl + J Join lines. Ctrl + B Complete word. Ctrl + E puis F Format paragraph (or selection). Clipboard and registers ----------------------- Ctrl + X Cut selected text to clipboard. Maj + Suppr Cut selected text to clipboard. Ctrl + C Copy selected text to clipboard. Ctrl + Inser Copy selected text to clipboard. Ctrl + E puis Ctrl + U Append selected text to clipboard, removing it from the buffer. Ctrl + E puis Ctrl + A Append selected text to clipboard, leaving it in the buffer. Ctrl + V Paste clipboard contents. Maj + Inser Paste clipboard contents. Ctrl + E puis Ctrl + P Vertically paste clipboard contents. Ctrl + R puis Ctrl + X (press key afterwards) Cut selected text to register key. Ctrl + R puis Ctrl + C (press key afterwards) Copy selected text to register key. Ctrl + R puis Ctrl + U (press key afterwards) Append selected text to register key, removing it from the buffer. Ctrl + R puis Ctrl + A (press key afterwards) Append selected text to register key, leaving it in the buffer. Ctrl + R puis Ctrl + V (press key afterwards) Paste contents of register key. Ctrl + R puis Ctrl + P (press key afterwards) Vertically paste contents of register key. Ctrl + E puis Ctrl + V Paste previous. Ctrl + E puis Ctrl + Y Paste deleted. Markers ------- Ctrl + E Ctrl + M If current line doesn't contain a marker, one will be added. Otherwise, the existing marker will be removed. Use the Markers menu to return to markers added in this manner. Ctrl + T Add marker with shortcut key. Ctrl + Y Go to marker with shortcut key. Ctrl + U Select to marker with shortcut key. Ctrl + K Go to marker with shortcut key, and move the marker to the previous caret position. Ctrl + E puis Ctrl + , Move caret to previous marker. Ctrl + E puis Ctrl + . Move caret to next marker. Search and replace ------------------ Ctrl + F Open search and replace dialog box. Ctrl + G Find next. Ctrl + H Find previous. Ctrl + E puis Ctrl + B Search in open buffers. Ctrl + E puis Ctrl + D Search in directory. Ctrl + E puis Ctrl + R Replace in selection. Ctrl + E puis Ctrl + G Replace in selection and find next. Ctrl + , Incremental search bar. Alt + , HyperSearch bar. Ctrl + . Incremental search for word under the caret. Alt + . HyperSearch for word under the caret. Ctrl + E puis Ctrl + I Toggle ignore case. Ctrl + E puis Ctrl + X Toggle regular expressions. Source code editing ------------------- Ctrl + ; Expand abbreviation. Alt + Flèche gauche / Flèche droite Shift current line (or all selected lines) left; right. Maj + Tab Shift selected lines left; right. Note that pressing TAB with no selection active will insert a tab character at the caret position. Tab Shift selected lines left; right. Note that pressing TAB with no selection active will insert a tab character at the caret position. Ctrl + I Indent current line (or all selected lines). Ctrl + E puis Ctrl + C Range comment selection. Ctrl + E puis Ctrl + K Line comment selection. Folding and narrowing --------------------- Alt + Retour Arrière Collapse fold containing caret. Alt + Entrée Expand fold containing caret one level only. Alt + Maj + Entrée Expand fold containing caret fully. Ctrl + E puis X Expand all folds. Ctrl + E puis A Add explicit fold. Ctrl + E puis S Select fold. Ctrl + E puis Entrée Expand folds with level less than key, collapse all others. Ctrl + E puis N puis N Narrow to fold. Ctrl + E puis N puis S Narrow to selection. Alt + Flèche vers le haut / Flèche vers le bas Moves caret to previous; next fold. Ctrl + E puis U Moves caret to the parent fold of the one containing the caret. Macros ------ Ctrl + M puis Ctrl + R Record macro. Ctrl + M puis Ctrl + M Record temporary macro. Ctrl + M puis Ctrl + S Stop recording. Ctrl + M puis Ctrl + P Run temporary macro. Alternative shortcuts ---------------------   A few frequently-used commands have alternative shortcuts. Those shortcuts may help you keep your hands from moving all over the keyboard. Alt + J Move caret to previous character. Alt + L Move caret to next character. Alt + I Move caret up one line Alt + K Move caret down one line Alt + Q Move caret up one screenful Alt + A Move caret down one screenful Alt + Z First non-whitespace character of line, beginning of line, first visible line (repeated presses). Alt + X Last non-whitespace character of line, end of line, last visible line (repeated presses). Source: JEdit Dernière mise à jour (UTC): lundi 11 novembre 2019 Defkey © Tous les droits sont réservés.