From c6975b3bb46c35f8b41d934fd622033aa79a828c Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 10 Apr 2018 10:48:44 +0000 Subject: Add x and X to choose-tree (with a confirmation prompt) to kill an item. Suggested by Matt Zagrabelny. --- tmux.1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmux.1') 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" -- cgit