Jim Campbell jwcampbell@gmail.com Use a command-line interface for advanced editing. Commander

The Commander plugin is a plugin for advanced gedit users that allows you to perform command-line actions on the current file. To enable the commander plugin, select geditPreferences PluginsCommander.

Once you have enabled the plugin, activate it by pressing Ctrl..

The last key in the above key combination is a period.

Ekintza

Keyboard shortcut

See an overview of available commands

TabTab

Find a word within the current file

/ foo

This will find the word foo.

Replace a word within the current file

// foo bar

This will replace foo with bar.

Move the cursor to a certain line number in your file

go [line number] or just G [line number]

Toggle the bookmark indicator for the current line

bookmark or just B

Some commands, such as the bookmark command require that the appropriate plugin be installed and activated. If you do not have the appropriate plugin installed and activated, you will receive an error message.