31 Gedit Keyboard Shortcuts

Gedit is a powerful yet easy-to-use graphical text editor, particularly popular among Linux users. Millions of people rely on Gedit shortcuts daily on the GNOME desktop. Often compared to Notepad 2, it excels in both simple text editing and advanced coding tasks.

Don’t be fooled by Gedit’s straightforward appearance—it offers impressive features, including its robust set of shortcuts. This user-friendly editor can easily hold its own against other popular text editors. Below is a comprehensive list of Gedit shortcuts tailored for Linux users. You can also download this list in PDF format.

Selection & Editing Shortcuts

ActionGedit Shortcuts
Copy selectionCtrl + C
PasteCtrl + V
Cut SelectionCtrl + X
UndoCtrl + Z
RedoCtrl + Shift + Z
Select allCtrl + A
Delete current lineCtrl + D

Gedit Program Shortcuts

ActionGedit Shortcuts
New fileCtrl + N
Open fileCtrl + O
Save fileCtrl + S
Save the file as…Ctrl + Shift + S
PrintCtrl + P
Print previewCtrl + Shift + P
Show or hide the side paneF9
Show or hide the bottom paneCtrl + F9
Fullscreen viewF11
HelpF1
Quit programCtrl + Q

Search & Replace Shortcuts

ActionGedit Shortcut keys
Find textCtrl + F
Find next instanceCtrl + G
Find the previous instanceCtrl + Shift + G
Find and replace textCtrl + H
Open and focus a search boxCtrl + K
Clear search results highlightingCtrl + Shift + K

Navigation Shortcuts

ActionGedit Shortcut keys
Switch to the previous tabCtrl + Alt + Page Up key
Switch to the next tabCtrl + Alt + Page Down key
Close current tabCtrl + W
Save all tabsCtrl + Shift + L
Close all tabsCtrl + Shift + W
Jump to 0 … 9 tabAlt + 0 … 9
Go to line numberCtrl + I

Many Linux users prefer the Vim text editor over Gedit. Vi or Emacs provides the advantage of never needing to leave the keyboard thanks to its impressive shortcuts. You can quickly explore Vim shortcuts. However, the most common, free, and simple text editing tool is NotePad 2.

READ NEXT:

Back to top button