diff options
author | nicm <nicm> | 2017-06-07 14:37:30 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-06-07 14:37:30 +0000 |
commit | 405cc337f35731614b37d7279ddfc3a5dc806694 (patch) | |
tree | 3f0962f6034f59e6cb6d09c4b8daaab180c517b9 /tmux.1 | |
parent | 50b27c8c0dc65cb418ed422e2cdd035a7bafedfe (diff) | |
download | rtmux-405cc337f35731614b37d7279ddfc3a5dc806694.tar.gz rtmux-405cc337f35731614b37d7279ddfc3a5dc806694.tar.bz2 rtmux-405cc337f35731614b37d7279ddfc3a5dc806694.zip |
Add simple searching (C-s and n) to the various choose modes: by name
for client and tree, and by name and content for buffer.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1365,6 +1365,8 @@ The following keys may be used in client mode: .It Li "Enter" Ta "Choose selected client" .It Li "Up" Ta "Select previous client" .It Li "Down" Ta "Select next client" +.It Li "C-s" Ta "Search by name" +.It Li "n" Ta "Repeat last search" .It Li "t" Ta "Toggle if client is tagged" .It Li "T" Ta "Tag no clients" .It Li "C-t" Ta "Tag all clients" @@ -1406,6 +1408,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 "C-s" Ta "Search by name" +.It Li "n" Ta "Repeat last search" .It Li "t" Ta "Toggle if item is tagged" .It Li "T" Ta "Tag no items" .It Li "C-t" Ta "Tag all items" @@ -3958,6 +3962,8 @@ The following keys may be used in buffer mode: .It Li "Enter" Ta "Choose selected buffer" .It Li "Up" Ta "Select previous buffer" .It Li "Down" Ta "Select next buffer" +.It Li "C-s" Ta "Search by name or content" +.It Li "n" Ta "Repeat last search" .It Li "t" Ta "Toggle if buffer is tagged" .It Li "T" Ta "Tag no buffers" .It Li "C-t" Ta "Tag all buffers" |