]> git.lizzy.rs Git - micro.git/commit
Preliminary support for key sequences
authorZachary Yedidia <zyedidia@gmail.com>
Wed, 1 Jul 2020 01:25:54 +0000 (21:25 -0400)
committerZachary Yedidia <zyedidia@gmail.com>
Sun, 9 Aug 2020 20:42:03 +0000 (16:42 -0400)
commitd33c28eeb8e1864554203a0f6411f3b6ed60f9dd
treed08eaf301dd6d09685336a464eba5c620f2d02c3
parent5ff8b3791d8ac1b123fcd49fa144a2e70bae9a8a
Preliminary support for key sequences

This commit adds support for binding key sequences such as
"<Ctrl-x><Ctrl-c>". This commit does not solve the problem
of global bindings yet, and therefore the command bar doesn't
work properly in this commit.
internal/action/bindings.go
internal/action/bufpane.go
internal/action/events.go
internal/action/keytree.go
internal/action/rawpane.go