aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump versionHEAD1.0.0masterGravatar Tom Willemse2014-02-161-1/+1
|
* Change cursor color and type during navigationGravatar Tom Willemse2014-02-161-1/+31
|
* Add docstrings to variablesGravatar Tom Willemse2014-01-221-3/+9
|
* Add READMEGravatar Tom Willemse2014-01-051-0/+1
|
* Update commentaryGravatar Tom Willemse2014-01-051-1/+18
|
* Rename key mapsGravatar Tom Willemse2014-01-011-12/+12
| | | | | | `transient-C-navigation-map' and `transient-M-navigation-map' are closer to their functions as they hope to replace the `C-*' navigation key bindings and the `M-*' key bindings respectively.
* Update yearGravatar Tom Willemse2014-01-011-1/+1
|
* Add global minor modeGravatar Tom Willemse2014-01-011-0/+4
|
* Simplify key bindings for transient-navigationGravatar Tom Willemse2014-01-011-11/+4
| | | | | | | Instead of binding each key in the global map, bind it in a map for the minor mode, so they automatically disappear when the mode is turned off. This should also prevent the key bindings from taking over in all buffers.
* Add another keymap, simplify mode en-/disablingGravatar Tom Willemse2014-01-011-18/+21
| | | | | | | The new keymap is based on some `M-' keybindings. Instead of specifying each keybinding to enable or disable by hand, map through a new hashtable which contains function->wrapper mappings.
* Add more keys, change macro for keymap managementGravatar Tom Willemse2013-12-311-20/+22
| | | | | Instead of having to keep track of the keys in the keymap, let the macro handle it. Add `beginning-of-line' and `end-of-line' key bindings.
* Initial commitGravatar Tom Willemse2013-12-311-0/+66