micro/internal/action
Zachary Yedidia efb38b8636 Merge branch 'settings-config'
With these changes, settings.json should only contain options that
have been modified from their default values. Micro will actively
options that are set to default values from the settings.json file.
To see a full list of settings and their defaults, see the "options"
documentation, as well as `micro -options`.
2020-06-09 16:34:37 -04:00
..
actions.go Only start autocompletion for alphanumerics 2020-06-08 13:54:31 -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 mouse support in command bar 2020-06-07 15:46:12 -04:00
command.go Don't apply cli options to settings.json 2020-06-08 22:19: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 Show key name in raw pane 2020-06-09 15:57:52 -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