micro/internal/buffer
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
..
autocomplete.go Add autocomplete 2019-12-25 17:05:10 -05:00
backup.go Use filepath.Join more 2020-02-11 13:09:17 -05:00
buffer.go Better ordering for reading syntax files 2020-03-24 10:52:15 -04:00
buffer_generated_test.go Add buffer test and benchmark suite (and tool to generate it) 2020-02-22 08:51:38 +05:30
buffer_test.go Improve buffer test 2020-02-25 23:59:27 -05:00
cursor.go Add StartOfTextToggle and SelectToStartOfTextToggle actions. (#1612) 2020-04-10 17:21:02 -04:00
eventhandler.go Undo event chunks instead of single events 2020-02-25 20:53:48 -05:00
line_array.go Use bytes.Buffer for LineArray.Bytes 2020-02-27 11:27:00 -05:00
line_array_test.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
loc.go Search and replace within a selection 2020-02-13 19:48:48 -05:00
message.go More plugin docs and improve doc formatting 2020-02-08 18:31:06 -05:00
save.go line_array insert for eofnewline and make default 2020-02-24 22:31:05 -05:00
search.go Search and replace within a selection 2020-02-13 19:48:48 -05:00
serialize.go Use filepath.Join more 2020-02-11 13:09:17 -05:00
settings.go Fix to allow readonly to be disabled 2020-02-08 19:37:37 -05:00
stack.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
stack_test.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00