micro/internal/action
dmaluka fb35e0312a
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
2020-05-14 21:50:28 -04:00
..
actions.go Fix movelinesup when selection is not complete 2020-05-07 19:39:17 -04:00
actions_other.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
actions_posix.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
bindings.go Fix unbind of a rune (#1649) 2020-05-14 21:50:28 -04:00
bufpane.go Fix unbind of a rune (#1649) 2020-05-14 21:50:28 -04:00
command.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
defaults_darwin.go Adds CopyLine action, the new default action for CtrlC if cursor has no selection 2020-04-29 21:06:54 -07:00
defaults_other.go Adds CopyLine action, the new default action for CtrlC if cursor has no selection 2020-04-29 21:06:54 -07:00
events.go Use upstream updated zyedidia tcell 2019-12-31 20:15:45 -05:00
globals.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
infocomplete.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
infopane.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
pane.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
rawpane.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
tab.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
terminal_supported.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
terminal_unsupported.go Use actual lua functions for callbacks instead of strings 2020-02-08 15:49:41 -05:00
termpane.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00