public
Description: Enable smart HOME/END behavior for gedit
Homepage:
Clone URL: git://github.com/kemayo/gedit-smarthome.git
name age message
file README.rst Tue Mar 17 14:52:52 -0700 2009 Add a readme. [kemayo]
file smarthome.gedit-plugin Tue Mar 17 14:46:14 -0700 2009 Initial commit [kemayo]
file smarthome.py Tue Mar 17 15:11:20 -0700 2009 Remember the old value for smart-home-end [kemayo]
README.rst

Smart Home Gedit Plugin

Intro

gtksourceview2 has a nice bit of behavior called SMART_HOME_END, which makes the home key go to the start of the indentation on a line before going to the very beginning of the line. It was one of my favorite things about Scintilla, and I'm glad gtksourceview2 grabbed it.

This plugin enables that behavior in Gedit.

Install

Put smarthome.gedit-plugin and smarthome.py in the ~/.gnome2/gedit/plugins directory. You might have to create it first.