Commit graph

12 commits

Author SHA1 Message Date
3464f317e6 Bump version 2014-02-16 14:23:18 +01:00
1b9ae3bef7 Change cursor color and type during navigation 2014-02-16 14:09:05 +01:00
6e0bef84ca Add docstrings to variables 2014-01-22 21:52:35 +01:00
0e79b6f38d Add README 2014-01-05 17:37:52 +01:00
b22e4e448b Update commentary 2014-01-05 16:13:38 +01:00
0854e0dc26 Rename key maps
`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.
2014-01-01 20:29:08 +01:00
0bf56c53ef Update year 2014-01-01 20:26:37 +01:00
7fa793bedb Add global minor mode 2014-01-01 20:26:28 +01:00
bd71872693 Simplify key bindings for transient-navigation
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.
2014-01-01 20:20:29 +01:00
9ca2d33ab7 Add another keymap, simplify mode en-/disabling
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.
2014-01-01 20:13:51 +01:00
515f65df7d Add more keys, change macro for keymap management
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.
2013-12-31 14:17:33 +01:00
5624c6fa9b Initial commit 2013-12-31 04:05:08 +01:00