aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2018-04-10 10:48:44 +0000
committernicm <nicm>2018-04-10 10:48:44 +0000
commitc6975b3bb46c35f8b41d934fd622033aa79a828c (patch)
tree95f20f3d706b4ecd406a8066961feadc2447489d /tmux.1
parent5d616f4c729d295f85c35696dd31975bbf670566 (diff)
downloadrtmux-c6975b3bb46c35f8b41d934fd622033aa79a828c.tar.gz
rtmux-c6975b3bb46c35f8b41d934fd622033aa79a828c.tar.bz2
rtmux-c6975b3bb46c35f8b41d934fd622033aa79a828c.zip
Add x and X to choose-tree (with a confirmation prompt) to kill an
item. Suggested by Matt Zagrabelny.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.12
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index 3db23786..31faa1f6 100644
--- a/tmux.1
+++ b/tmux.1
@@ -1459,6 +1459,8 @@ The following keys may be used in tree mode:
.It Li "Enter" Ta "Choose selected item"
.It Li "Up" Ta "Select previous item"
.It Li "Down" Ta "Select next item"
+.It Li "x" Ta "Kill selected item"
+.It Li "X" Ta "Kill tagged items"
.It Li "<" Ta "Scroll list of previews left"
.It Li ">" Ta "Scroll list of previews right"
.It Li "C-s" Ta "Search by name"