]> git.lizzy.rs Git - micro.git/commit
Fix unbind of a rune (#1649)
authordmaluka <dmitrymaluka@gmail.com>
Fri, 15 May 2020 01:50:28 +0000 (03:50 +0200)
committerGitHub <noreply@github.com>
Fri, 15 May 2020 01:50:28 +0000 (21:50 -0400)
commitfb35e0312a3d2e9456b966e362fa2356931fc62b
tree50964c9cb981632b4ea3ef053a6dc833bd0e5cb8
parent30395b1f67c3ef56d38e316d49d78ccda1faec4f
Fix unbind of a rune (#1649)

Fix problem with non-working unbind of a rune key.
E.g. after the following commands:

bind "n" "FindNext"
unbind "n"

Observed result: "n" key still triggers FindNext action
Expected result: "n" key inserts "n" rune
internal/action/bindings.go
internal/action/bufpane.go