From ebb05b84ae8967e698c5bedff390bdfb431c9d62 Mon Sep 17 00:00:00 2001 From: deb0ch Date: Sat, 14 Jan 2017 16:01:29 +0100 Subject: [PATCH] readme: update future developments --- README.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.org b/README.org index 726dc94..081e3a0 100644 --- a/README.org +++ b/README.org @@ -290,17 +290,25 @@ available winum options. * Future developments - send buffer to numbered window + Send current window's buffer to window N. With prefix argument focus will follow. - swap buffer with numbered window + Same as previous, but will swap buffers instead of just sending them. - 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 +- Add =winum-format= customize variable + + Format string for displaying the window number in the mode-line. Default to + " %n " to get a space on each side of the window number. + - Things that you have thought of and I haven't :smile_cat: