| .. |
|
bindings.go
|
Make the Home and End key presses point the cursor to the start and end of a line, respectively
|
2016-04-25 14:30:52 +05:30 |
|
buffer.go
|
Remove unused syntax highlighting code and optimize IsDirty()
|
2016-04-20 13:52:10 -04:00 |
|
colorscheme.go
|
Use XDG_CONFIG_HOME for configuration directory
|
2016-04-18 10:31:19 -04:00 |
|
command.go
|
Use methods on view instead of functions for bindings
|
2016-04-24 18:32:18 -04:00 |
|
cursor.go
|
Relocate cursor on reOpen()
|
2016-04-24 17:26:42 -04:00 |
|
eventhandler.go
|
now is go gettable and updated make file
|
2016-04-18 10:59:41 +00:00 |
|
help.go
|
Improve help text and move to its own file
|
2016-04-24 08:31:42 -04:00 |
|
highlighter.go
|
Remove unused syntax highlighting code and optimize IsDirty()
|
2016-04-20 13:52:10 -04:00 |
|
messenger.go
|
Also use KeyBackspace for deleting in prompt
|
2016-04-26 09:44:08 -04:00 |
|
micro.go
|
Improve help text and move to its own file
|
2016-04-24 08:31:42 -04:00 |
|
runtime.go
|
Add check flag for search and replace
|
2016-04-24 17:08:40 -04:00 |
|
search.go
|
now is go gettable and updated make file
|
2016-04-18 10:59:41 +00:00 |
|
settings.go
|
Use reflection for setting options
|
2016-04-24 15:35:16 -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
|
Use a buffer for help screen
|
2016-04-19 13:58:02 -04:00 |
|
util.go
|
Use reflection for setting options
|
2016-04-24 15:35:16 -04:00 |
|
util_test.go
|
now is go gettable and updated make file
|
2016-04-18 10:59:41 +00:00 |
|
view.go
|
Use methods on view instead of functions for bindings
|
2016-04-24 18:32:18 -04:00 |