| .. |
|
bindings.go
|
Make CursorPageUp and CursorPageDown default
|
2016-05-31 19:45:19 -04:00 |
|
buffer.go
|
Allow changes from external programs to be undone
|
2016-05-30 21:01:40 -04:00 |
|
colorscheme.go
|
Use a map for settings instead of a struct
|
2016-04-30 11:39:48 -04:00 |
|
command.go
|
Add support for user-created commands
|
2016-05-30 13:38:50 -04:00 |
|
cursor.go
|
Add CursorPageUp and CursorPageDown actions
|
2016-05-31 16:02:42 -06:00 |
|
eventhandler.go
|
Allow changes from external programs to be undone
|
2016-05-30 21:01:40 -04: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
|
Check if the file being edited has been modified by an external program
|
2016-05-29 17:58:06 -04:00 |
|
micro.go
|
Screen redraw optimization
|
2016-05-31 17:23:08 -04:00 |
|
plugin.go
|
Add support for user-created commands
|
2016-05-30 13:38:50 -04:00 |
|
runtime.go
|
Make CursorPageUp and CursorPageDown default
|
2016-05-31 19:45:19 -04:00 |
|
search.go
|
Add history navigation with up and down arrows
|
2016-05-28 18:41:53 -04:00 |
|
settings.go
|
Add persistent undo as the option
|
2016-05-29 11:02:56 -04:00 |
|
stack.go
|
Add persistent undo as the option
|
2016-05-29 11:02:56 -04:00 |
|
statusline.go
|
Add savecursor option
|
2016-05-28 17:29:49 -04:00 |
|
util.go
|
Check if the file being edited has been modified by an external program
|
2016-05-29 17:58:06 -04:00 |
|
util_test.go
|
now is go gettable and updated make file
|
2016-04-18 10:59:41 +00:00 |
|
view.go
|
Fix redraw glitch
|
2016-06-01 07:45:01 -04:00 |