micro/cmd/micro
Zachary Yedidia a92a7dc4e6 Add savecursor option
This adds the `savecursor` option which will remember where the cursor
was when the file was closed and put it back when the file is opened
again. The option is off by default so that people aren't confused as to
why the cursor isn't at the start of a file when they open it.

This commit also adds a more general ability to serialize a buffer so
various components can be saved (which could also be useful for persistent
undo).

Fixes #107
2016-05-28 17:29:49 -04:00
..
bindings.go Add savecursor option 2016-05-28 17:29:49 -04:00
buffer.go Add savecursor option 2016-05-28 17:29:49 -04:00
colorscheme.go Use a map for settings instead of a struct 2016-04-30 11:39:48 -04:00
command.go Add savecursor option 2016-05-28 17:29:49 -04:00
cursor.go Add savecursor option 2016-05-28 17:29:49 -04:00
eventhandler.go Remove undo options, make stackundo default behavior 2016-05-27 23:39:27 +02:00
help.go Improve help text and move to its own file 2016-04-24 08:31:42 -04:00
highlighter.go Fix highlighting and searching with unicode characters 2016-05-25 11:49:04 -04:00
messenger.go Use the new and updated version of tcell 2016-05-20 09:19:25 -04:00
micro.go Refactor and clean up 2016-05-28 11:32:09 -04:00
plugin.go Add linter plugin to easily make linters 2016-05-05 12:53:27 -04:00
runtime.go Add savecursor option 2016-05-28 17:29:49 -04:00
search.go Add savecursor option 2016-05-28 17:29:49 -04:00
settings.go Add savecursor option 2016-05-28 17:29:49 -04:00
stack.go now is go gettable and updated make file 2016-04-18 10:59:41 +00:00
stack_test.go now is go gettable and updated make file 2016-04-18 10:59:41 +00:00
statusline.go Add savecursor option 2016-05-28 17:29:49 -04:00
util.go Add savecursor option 2016-05-28 17:29:49 -04:00
util_test.go now is go gettable and updated make file 2016-04-18 10:59:41 +00:00
view.go Add savecursor option 2016-05-28 17:29:49 -04:00