Update TODO, README

This commit is contained in:
Maxime Coste 2013-11-12 20:41:14 +00:00
parent b2cb5b421c
commit cc7b4f815f
2 changed files with 2 additions and 3 deletions

View File

@ -537,6 +537,8 @@ existing hooks are:
name
* +WinSetOption+: An option was set in a window context, the filtering text
is '<option_name>=<new_value>'
* +BufSetOption+: An option was set in a buffer context, the filtering text
is '<option_name>=<new_value>'
* +BufNew+: A buffer for a new file has been created, filename is used for
filtering
* +BufOpen+: A buffer for an existing file has been created, filename is

3
TODO
View File

@ -86,9 +86,6 @@
- 1,2,3<a-space> remove selections 1, 2 and 3
* add a mimetype option always set by 'file', and add hooks for
setting filetype depending on mimetype.
* Make kakoune self-documenting
- Add doc strings to commands, display them in info boxes when entering command