mirror of
https://github.com/vale981/boon
synced 2025-03-04 09:01:39 -05:00
notes
This commit is contained in:
parent
c29d8a0f9e
commit
2430796c17
1 changed files with 3 additions and 13 deletions
16
todo.org
16
todo.org
|
@ -44,21 +44,11 @@ Besides `helm-occur', a few other helm commands are bound to keys starting with
|
|||
The full list of key bound to that prefix is:
|
||||
\\{boon-goto-map}
|
||||
|
||||
* swap-region
|
||||
* Fully Support Fundamental buffers
|
||||
I tried to do this following the code in Evil but it does not work.
|
||||
* Repeat "last command"
|
||||
|
||||
The package dot-mode allows to do this to some extent but falls short
|
||||
for boon. The general method of dot-mode could be re-used; namely:
|
||||
According to Sefan Monnier (private email), creating a buffer without
|
||||
setting up the "fundamental mode" is not allowed. So there is nothing
|
||||
to do except bug the maintainers of the offending packages.
|
||||
|
||||
- Add a pre/post command hooks which record the keys/commands
|
||||
- The sequences are delimited by move commands
|
||||
|
||||
However this is quite heavyweight (there are also lots of special
|
||||
cases and complications in dot-mode), so it's not clear that's the way
|
||||
to go.
|
||||
|
||||
** Binding
|
||||
could be bound to RET or Z.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue