=============================== Cmder 1.3.16 keyboard shortcuts =============================== First published at 12/4/2020 on https://defkey.com/cmder-1-3-shortcuts Cmder (pronounced as "Commander") is a console emulator that aims to improve command prompt interface in Windows. It builds on the powerful ConEmu terminal emulator and uses the Clink to provide a bash-like prompt using GNU's readline. Cmder 1.3.16 has 72 shortcuts and we have listed all of them below. General ------- Win + Ctrl + Alt + Enter Enter TEXT full-screen mode, when available. If not - standard fullscreen and always on top Win + Shift + U Check for updates: Update() Pause Pause current console: Pause Ctrl + C [InSelection] Copy: Current selection as plain text: Copy(0,0) Ctrl + Shift + C [InSelection] Copy: Current selection as plain text: Copy(0,0) Ctrl + Right click Show ConEmu System menu Win + Shift + D Debug active process: Debug(0) Tab operations -------------- Ctrl + ` Minimize to taskbar/ Restore from taskbar Win + Alt + P Preferences Ctrl + T New tab dialog Ctrl + W Close tab Shift + Alt + 1 Fast new tab: Cmd Shift + Alt + 2 Fast new tab: PowerShell Alt + Enter Full-screen Shell ----- Ctrl + Alt + U Traverse up in directory structure End Go to the end of the line Home Go to the beginning of the line Ctrl + Arrow keys Select text Ctrl + R History search Shift + Left click Select and copy text from buffer Right click Paste text Ctrl + Shift + V Paste text Menu key shortcuts ------------------ Context menu key + Enter Split: Maximize/restore active pane: Split(3) Context menu key + Shift + Up arrow Split: Move splitter upward: Split(1,0,-1) Context menu key + Shift + Down arrow Split: Move splitter downward: Split(1,0,1) Context menu key + Shift + Left arrow Split: Move splitter leftward: Split(1,-1,0) Context menu key + Shift + Right arrow Split: Move splitter rightward: Split(1,1,0) Context menu key + Up arrow Split: Put focus to nearest pane upward: Split(2,0,-1) Context menu key + Down arrow Split: Put focus to nearest pane downward: Split(2,0,1) Context menu key + Left arrow Split: Put focus to nearest pane leftward: Split(2,-1,0) Context menu key + Right arrow Split: Put focus to nearest pane rightward: Split(2,1,0) Context menu key + Alt + X Split: Exchange (swap) with nearest pane: Split(4) Context menu key + Alt + Up arrow Split: Exchange (swap) with nearest pane upward: Split(4,0,-1) Context menu key + Alt + Down arrow Split: Exchange (swap) with nearest pane downward: Split(4,0,1) Context menu key + Alt + Left arrow Split: Exchange (swap) with nearest pane leftward: Split(4,-1,0) Context menu key + Alt + Right arrow Split: Exchange (swap) with nearest pane rightward: Split(4,1,0) Context menu key + G Group keyboard input for visible splits: GroupInput(0) Context menu key + Shift + G Group keyboard input for all consoles: GroupInput(3) Context menu key + Alt + G Add active console into group keyboard input: GroupInput(6) Context menu key + A AffinityPriority Context menu key + L Highlighting: Switch ‘Highlight row under mouse cursor’: HighlightMouse(1) Context menu key + X Highlighting: Switch ‘Highlight row & col under mouse cursor’: HighlightMouse(3) Context menu key + Page Up Scroll buffer one half-page up: Scroll(2,-1) Context menu key + Page Down Scroll buffer one half-page down: Scroll(2,+1) Context menu key + Home Scroll buffer to the top: Scroll(3,-1) Context menu key + End Scroll buffer to the bottom: Scroll(3,+1) Context menu key + Backspace Scroll buffer to the cursor position: Scroll(4) Context menu key + Insert Paste path from clipboard in unix format: Paste(8) System ------ Win + Alt + A Show ‘About’ dialog: About() Win + Alt + P Settings dialog: Settings() Win + Alt + K Setup ‘Hotkeys’: Settings(171) Win + Alt + T Setup ‘Tasks’: Settings(157) Win + Alt + H Open online help/wiki in your browser: Wiki() Win + Alt + Space Show ConEmu menu Win + Ctrl + Alt + Space Show real console Win + Ctrl + Enter Full screen: WindowFullscreen() Ctrl + Tab Next tab (may be disabled) Ctrl + Shift + Tab Previous tab (may be disabled) Ctrl + Left arrow Switch tab to left (while Ctrl-Tab was pressed and Ctrl - hold) Ctrl + Up arrow Switch tab to left (while Ctrl-Tab was pressed and Ctrl - hold) Ctrl + Right arrow Switch tab to right (while Ctrl-Tab was pressed and Ctrl - hold) Ctrl + Down arrow Switch tab to right (while Ctrl-Tab was pressed and Ctrl - hold) Esc Minimize ConEmu by Esc when no open consoles left (see option ‘Don't close ConEmu on last console close’) Ctrl + 1 Activate console by number (may be disabled) Ctrl + 2 Activate console by number (may be disabled) Ctrl + 3 Activate console by number (may be disabled) Ctrl + 4 Activate console by number (may be disabled) Ctrl + 5 Activate console by number (may be disabled) Ctrl + 6 Activate console by number (may be disabled) Ctrl + 7 Activate console by number (may be disabled) Ctrl + 8 Activate console by number (may be disabled) Ctrl + 9 Activate console by number (may be disabled) Last modified on (UTC): Friday, December 4, 2020 Defkey © All rights reserved.