Commit Graph

7 Commits

Author SHA1 Message Date
Matt Hamilton 3f4a38b5b5 [input] add double-dot expansion option
Closes #49
2016-07-19 00:23:49 -04:00
Adam Goldsmith a8667fdb91 Add some custom functions to input module
* ... -> ../.. expansion
 * sudo prefix
 * bind ^H to backward-kill-word
2016-02-15 11:24:14 -05:00
Matt Hamilton aef41e25c5 [input] check for null bindkey values
Only bind keys if length of var > 0

Hopefully these are the only keys that will require this testing. If
anyone encounters issues like issue #17 with additional keys, please
create an issue.

Closes #17
2016-01-09 05:27:55 -05:00
Matt Hamilton 41c4ce7718 variable scoping 2015-12-30 10:00:56 -05:00
Matt Hamilton 641ade3fbd fix bindkeys
this fixes the ctrl+arrowkey binds, as well as the binds for Home and
End.
2015-12-29 09:11:17 -05:00
Matt Hamilton a1a56ac63f use consistent variable style 2015-12-19 09:48:29 -05:00
Matt Hamilton 6ca71da68d update documentation and enable input module by default 2015-12-16 01:22:33 -05:00