micro/internal/action
Ján Jančár f0da73bae2
Add StartOfTextToggle and SelectToStartOfTextToggle actions. (#1612)
These actions reintroduce the behavior of micro where the Home key
toggles between the start of text (first) and the start of the line.
The same applies for the variant with selection. This commit also
sets these bindings as the defaults.
2020-04-10 17:21:02 -04:00
..
actions.go Add StartOfTextToggle and SelectToStartOfTextToggle actions. (#1612) 2020-04-10 17:21:02 -04:00
actions_other.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
actions_posix.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
bindings.go Use filepath.Join more 2020-02-11 13:09:17 -05:00
bufpane.go Add StartOfTextToggle and SelectToStartOfTextToggle actions. (#1612) 2020-04-10 17:21:02 -04:00
command.go Relocate during replace 2020-03-24 11:33:52 -04:00
defaults_darwin.go Add StartOfTextToggle and SelectToStartOfTextToggle actions. (#1612) 2020-04-10 17:21:02 -04:00
defaults_other.go Add StartOfTextToggle and SelectToStartOfTextToggle actions. (#1612) 2020-04-10 17:21:02 -04:00
events.go Use upstream updated zyedidia tcell 2019-12-31 20:15:45 -05:00
globals.go Expose OpenLogBuf to plugins 2020-02-12 12:35:40 -05:00
infocomplete.go More plugin docs and improve doc formatting 2020-02-08 18:31:06 -05:00
infopane.go Filename completion for all non-command prompts 2020-02-24 13:00:55 -05:00
pane.go Allow plugins to resize panes 2020-02-05 17:16:31 -05:00
rawpane.go Allow plugins to resize panes 2020-02-05 17:16:31 -05:00
tab.go Ensure mouse release before focus change 2020-04-10 15:58:43 -04:00
terminal_supported.go Term should return error on unsupported systems 2020-02-10 19:09:03 -05:00
terminal_unsupported.go Use actual lua functions for callbacks instead of strings 2020-02-08 15:49:41 -05:00
termpane.go Term should return error on unsupported systems 2020-02-10 19:09:03 -05:00