CVS: cvs.openbsd.org: src
Nicholas Marriott <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/26 08:40:30 Modified files: usr.bin/tmux : Makefile cmd-choose-tree.c cmd.c format.c key-bindings.c mode-tree.c options-table.c prompt.c tmux.1 tmux.h Added files: usr.bin/tmux : fuzzy.c window-switch.c Log message: Add switch-mode a fast switcher with fuzzy searching, bound to Tab (for windows) or BTab (S-Tab, for sessions) by default.