CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2021/10/08 00:37:39
Modified files: usr.bin/tmux : tmux.1 Log message: Add tags for command aliases Make ":tnew" work, i.e. bring the reader to the definition of the full "new-window" command aliased as "new" just like ":tnew-window" would. OK nicm