CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/08/18 01:08:26
Modified files: usr.bin/tmux : mode-key.c tmux.1 tmux.h window-copy.c Log message: Add (naive) searching and goto line in copy mode. Searching is C-r and C-s with emacs keys, / and ? with vi; n repeats the search again with either key set. All searching wraps the top/bottom. Goto line is g for both emacs and vi. The search prompts don't have full line editing, just simple append and delete characters. Also sort the mode keys list in tmux.1.