micro/internal/action
Zachary Yedidia b658f94e5a Change ctrl-arrow default binding for non-Mac OSes
On non-Mac operating systems, the default for CtrlLeft/CtrlRight
is now WordLeft and WordRight instead of moving the cursor to the
start and end of lines (now rebound to Alt-Left/Right by default).
Default keybindings are unchanged on Mac.

Fixes #1465
2020-01-20 22:35:00 -05:00
..
actions.go Properly handle empty args with new shellquote lib 2020-01-06 11:38:21 -05: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 Change ctrl-arrow default binding for non-Mac OSes 2020-01-20 22:35:00 -05:00
bufpane.go Add cycleautocompleteback action 2020-01-04 15:51:15 -05:00
command.go Make readonly and filetype local-only 2020-01-20 22:03:32 -05:00
defaults_darwin.go Change ctrl-arrow default binding for non-Mac OSes 2020-01-20 22:35:00 -05:00
defaults_other.go Change ctrl-arrow default binding for non-Mac OSes 2020-01-20 22:35:00 -05:00
events.go Use upstream updated zyedidia tcell 2019-12-31 20:15:45 -05:00
globals.go Add log and plugin list command 2019-12-25 17:05:11 -05:00
infocomplete.go Add plugin info.json support 2019-12-25 17:05:11 -05:00
infopane.go Add cycleautocompleteback action 2020-01-04 15:51:15 -05:00
pane.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
rawpane.go Escape sequence support 2019-12-31 21:50:26 -05:00
tab.go Use upstream updated zyedidia tcell 2019-12-31 20:15:45 -05:00
terminal_supported.go Properly handle empty args with new shellquote lib 2020-01-06 11:38:21 -05:00
terminal_unsupported.go Terminal plugin callback support 2019-12-25 17:05:11 -05:00
termpane.go Add "paste" option to enable aggressive pasting 2020-01-02 12:42:39 -05:00