CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/07/27 13:29:35
Modified files: usr.bin/tmux : mode-key.c status.c tmux.h window-choose.c window-copy.c window-more.c window-scroll.c Log message: Change mode key bindings from big switches into a set of tables. Rather than lumping them all together, split editing keys from those used in choice/more mode and those for copy/scroll mode. Tidier and clearer, and the first step towards customisable mode keys.