35 EditPad Keyboard Shortcuts

EditPad is an excellent text editor known for its lightweight nature, high customizability, and tabbed interface, encapsulating all the goodness of a pure text editor in a single package! Even users who typically avoid shortcuts find themselves saving a significant amount of time by utilizing the keyboard and mouse more effectively.

Many EditPad users learn its shortcuts almost unconsciously, seamlessly integrating them into their editing workflow. Below is a comprehensive list of EditPad shortcuts that can enhance your text editing experience. Feel free to download the EditPad Shortcuts list in PDF format.

Most Used Editpad Shortcuts

ActionEditpad Shortcuts
CopyCtrl + C
PasteCtrl + V
CutCtrl + X
Copy AppendCtrl + Shift + C
Cut AppendCtrl + Shift + X
Swap With ClipboardCtrl + Shift + V
Duplicate textCtrl + D
Move textCtrl + M
Begin SelectionCtrl + Shift + B
End SelectionCtrl + Shift + E
Expand SelectionCtrl + Shift + D
UndoCtrl + Z
RedoCtrl + Y
Toggles between insert and overwrite modeInsert
Select allCtrl + A
Go to a previous editing positionShift + F5
Insert Matching BracketCtrl + Shift + ]
Move to the start of the documentCtrl + Home
Move to the end of the documentCtrl + End
Select everything from the current position of the text cursor to the startCtrl + Shift + Home
Select everything from the current position of the text cursor to the endCtrl + Shift + End
Jump to the next wordCtrl + Right Arrow key
Jump to the previous wordCtrl + Left Arrow key
Delete the start of the current wordCtrl + Backspace
Delete the end of the current wordCtrl + End
Delete the start of the current lineCtrl + Shift + Backspace
Delete the end of the current lineCtrl + Shift + End
Indent or unindent a block of linesShift + Tab
Delete linesCtrl + Alt + Y
Duplicate linesCtrl + Shift + Alt + Y
Move the text cursor up an entire screenPage Up key
Move the text cursor down an entire screenPage Down key
Move the text cursor to the beginning of the lineHome
Move the text cursor to the End of the lineEnd

EditPad can serve as a viable alternative to NotePad. However, programmers accustomed to using EditPad Pro or Notepad++ may find it preferable to stick with those options rather than switching. Take a glance at the Notepad++ Shortcuts list for a deeper understanding. Additionally, UltraEdit has emerged as a long-standing favorite among programmers for text editing. Explore the UltraEdit Shortcuts list to see its features as well.

READ NEXT:

Back to top button