CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/08/13 16:32:18
Modified files: usr.bin/tmux : mode-key.c tmux.h window-copy.c window-scroll.c Log message: vi(1)-style half page scroll in copy and scroll modes. Move the vi full page scroll key to C-b instead of C-u and use C-u/C-d for half page scrolling with vi keys. In emacs mode, half page scrolling is bound to M-Up and M-Down. Suggested by merdely (about a year ago :-)).