about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorFrank Terbeck <ft@bewatermyfriend.org>2015-08-10 15:27:38 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2015-08-10 16:50:54 +0200
commitb6d44f6c638ac9a4b477cd7d977caac8172687cd (patch)
treee0be0e100d2d8f5d6fbc534d858003113244a7fe /Completion
parente3df5dff863928f233a405ebe0176322ea979658 (diff)
downloadzsh-b6d44f6c638ac9a4b477cd7d977caac8172687cd.tar.gz
zsh-b6d44f6c638ac9a4b477cd7d977caac8172687cd.tar.xz
zsh-b6d44f6c638ac9a4b477cd7d977caac8172687cd.zip
36060: _tmux: Update TODO
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_tmux11
1 files changed, 6 insertions, 5 deletions
diff --git a/Completion/Unix/Command/_tmux b/Completion/Unix/Command/_tmux
index 3b2812530..d21fe0e99 100644
--- a/Completion/Unix/Command/_tmux
+++ b/Completion/Unix/Command/_tmux
@@ -43,10 +43,11 @@
 #
 # TODO:
 #
-#   The way options (set/show etc) are handled needs to be reviewed.
-#   For example, set-option can set every type of option now. I hope
-#   this is rather simple to improve. Also, there are new options that
-#   need to be supported.
+#   - Implement __tmux-format
+#   - Implement __tmux-style (possibly using existing helpers like
+#     __tmux-attributes and __tmux-colours)
+#   - in _tmux-list-panes, use __tmux-windows or __tmux-sessions
+#     depending on -s is among the sub-commands current command line.
 
 # Global variables; setup the first time _tmux is called.
 # For $_tmux_commands[] generation, see the very end of this file.
@@ -201,7 +202,7 @@ function _tmux-break-pane() {
     local -a args
     args=(
         '-d[do not make the new window become the active one]'
-        '-F[specify format of output]:format:__tmux-format'
+        '-F[specify format of output]:format:__tmux-format__tmux-format'
         '-P[print information of new window after it has been created]'
         '-t[choose a target pane]:panes:__tmux-panes'
     )