Skip to content

Commit

Permalink
Better README.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdelhumeau committed May 6, 2014
1 parent 8df479e commit e31e522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gedit-smarthome
===============

A simple plugin for [gEdit](https://wiki.gnome.org/Apps/Gedit) that enable the ["Smart Home/End" option of GTKSourceView](https://developer.gnome.org/gtksourceview/stable/GtkSourceView.html#GtkSourceSmartHomeEndType).
A simple plugin for [gEdit](https://wiki.gnome.org/Apps/Gedit) to move the cursor to the first non-whitespace character when pressing on the "home" button.

* When you press the "home" button, then the cursor moves to the first non-whitespace character on the first press and to the beginning of the line on the second press.
* When you press the "end" button, then the cursor moves to the last non-whitespace character on the first press and to the end of the line on the second press.
Expand Down

0 comments on commit e31e522

Please sign in to comment.