add future developments section in README
This commit is contained in:
parent
a9d4cfb414
commit
92f4109c8c
28
README.org
28
README.org
|
@ -12,6 +12,7 @@
|
||||||
- [[#keybindings][Keybindings]]
|
- [[#keybindings][Keybindings]]
|
||||||
- [[#customize-options][Customize options]]
|
- [[#customize-options][Customize options]]
|
||||||
- [[#configuration-file-example][Configuration file example]]
|
- [[#configuration-file-example][Configuration file example]]
|
||||||
|
- [[#future-developments][Future developments]]
|
||||||
|
|
||||||
* Introduction
|
* Introduction
|
||||||
Window numbers for Emacs: Navigate your windows and frames using numbers !
|
Window numbers for Emacs: Navigate your windows and frames using numbers !
|
||||||
|
@ -257,3 +258,30 @@ available winum options.
|
||||||
|
|
||||||
(winum-mode)
|
(winum-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
* Future developments
|
||||||
|
- send buffer to numbered window
|
||||||
|
|
||||||
|
Send current window's buffer to window N. With prefix argument focus will
|
||||||
|
follow.
|
||||||
|
|
||||||
|
Also provide a `winum-send-buffer-to-window-by-number` function (and find
|
||||||
|
shorter names).
|
||||||
|
|
||||||
|
- swap buffer with numbered window
|
||||||
|
|
||||||
|
Same as previous, but will swap buffers instead of just sending them.
|
||||||
|
|
||||||
|
Also provide a `winum-swap-buffre-with-window-by-number` function (and find
|
||||||
|
better names).
|
||||||
|
|
||||||
|
- Evilify
|
||||||
|
|
||||||
|
Adapt the package to the famous `evil-mode` and use a leader key.
|
||||||
|
|
||||||
|
- Override native =other-window= (~C-x o~) to use window numbers
|
||||||
|
|
||||||
|
- Autocomplete read-from-minibuffer
|
||||||
|
|
||||||
|
- Feel free to submit any issue or a pull request, including the above
|
||||||
|
mentionned points :)
|
||||||
|
|
Loading…
Reference in a new issue