ShortcutsWindows

35 Editpad Keyboard Shortcuts

for Windows

EditPad is a wonderful text editor. It is lightweight, highly customizable, and has a tabbed interface. It is pure Text Editor Goodness all in a single package! People who never consider themselves shortcut users find themselves saving a massive amount of time by using a keyboard and mouse more effectively.

Download Editpad Shortcuts PDF

Most of the time, Editpad users learn the Editpad Shortcuts without even consciously feeling like they are learning at all. Below is the list of all the Editpad Shortcuts that can be used while text editing. Download the Editpad Shortcuts list in the form of a PDF.

Most used Editpad Shortcuts

Action Editpad Shortcuts
Copy Ctrl + C
Paste Ctrl + V
Cut Ctrl + X
Copy Append Ctrl + Shift + C
Cut Append Ctrl + Shift + X
Swap With Clipboard Ctrl + Shift + V
Duplicate text Ctrl + D
Move text Ctrl + M
Begin Selection Ctrl + Shift + B
End Selection Ctrl + Shift + E
Expand Selection Ctrl + Shift + D
Undo Ctrl + Z
Redo Ctrl + Y
Toggles between insert and overwrite mode Insert
Select all Ctrl + A
Go to a previous editing position Shift + F5
Insert Matching Bracket Ctrl + Shift + ]
Move to the start of the document Ctrl + Home
Move to the end of the document Ctrl + End
Select everything from the current position of the text cursor to the start Ctrl + Shift + Home
Select everything from the current position of the text cursor to the end Ctrl + Shift + End
Jump to the next word Ctrl + Right Arrow key
Jump to the previous word Ctrl + Left Arrow key
Delete the start of the current word Ctrl + Backspace
Delete the end of the current word Ctrl + End
Delete the start of the current line Ctrl + Shift + Backspace
Delete the end of the current line Ctrl + Shift + End
Indent or unindent a block of lines Shift + Tab
Delete lines Ctrl + Alt + Y
Duplicate lines Ctrl + Shift + Alt + Y
Move the text cursor up an entire screen Page Up key
Move the text cursor down an entire screen Page Down key
Move the text cursor to the beginning of the line Home
Move the text cursor to the End of the line End

Editpad can be a good replacement for NotePad. However, programmers who are using EditPad Pro or Notepad ++ should consider using it rather than switching over. Sneak through the Notepad 2 Shortcuts list. Recently, a long-standing favorite text editor among programmers is the UltraEdit. Have a look at the UltraEdit shortcuts list as well.

FAQs

What is EditPad?

EditPad is a text editor for Windows that allows users to create, edit, and manipulate plain text files.

What file types does EditPad support?

EditPad can open and save plain text files as well as a variety of programming and markup languages such as HTML, XML, CSS, PHP, Python, and more.

Can I use EditPad for code editing?

Yes, EditPad is a popular choice among programmers and developers for editing code and scripts. It supports syntax highlighting, code folding, and other features that make it well-suited for code editing.

Does EditPad support regular expressions?

Yes, EditPad has powerful support for regular expressions, which allows users to search and manipulate text using complex patterns.

Can I use EditPad for file comparison?

Yes, EditPad has a file comparison feature that allows you to compare the contents of two files side-by-side and highlight the differences between them.

Can I automate tasks in EditPad?

Yes, EditPad supports macros and scripting, which allows you to automate repetitive tasks and customize the behavior of the editor.

READ NEXT:

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button