Update TODO, README
This commit is contained in:
parent
b2cb5b421c
commit
cc7b4f815f
|
@ -537,6 +537,8 @@ existing hooks are:
|
||||||
name
|
name
|
||||||
* +WinSetOption+: An option was set in a window context, the filtering text
|
* +WinSetOption+: An option was set in a window context, the filtering text
|
||||||
is '<option_name>=<new_value>'
|
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
|
* +BufNew+: A buffer for a new file has been created, filename is used for
|
||||||
filtering
|
filtering
|
||||||
* +BufOpen+: A buffer for an existing file has been created, filename is
|
* +BufOpen+: A buffer for an existing file has been created, filename is
|
||||||
|
|
3
TODO
3
TODO
|
@ -86,9 +86,6 @@
|
||||||
|
|
||||||
- 1,2,3<a-space> remove selections 1, 2 and 3
|
- 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
|
* Make kakoune self-documenting
|
||||||
|
|
||||||
- Add doc strings to commands, display them in info boxes when entering command
|
- Add doc strings to commands, display them in info boxes when entering command
|
||||||
|
|
Loading…
Reference in New Issue
Block a user