Add simple key binding system
commitb937354a81920d8f9f20274510a485b6a2debf0a
authorMason Larobina <mason.larobina@gmail.com>
Wed, 4 Aug 2010 16:15:08 +0000 (5 00:15 +0800)
committerMason Larobina <mason.larobina@gmail.com>
Wed, 4 Aug 2010 16:15:08 +0000 (5 00:15 +0800)
tree596aa4160c03bfca75ec93f32a492eb5fd570b05
parent58149620f86a8226f6488678e6c7342dd9a814c7
Add simple key binding system

At the moment there is no support for vim-like buffer like bindings.
What has been implemented is simple mask+key matching with a callback.
lib/bind.lua [new file with mode: 0644]
lib/util.lua [new file with mode: 0644]
rc.lua