Remove scroll mode which is now redundant, copy mode should be used instead.

The = key binding now does nothing.
This commit is contained in:
Nicholas Marriott
2009-10-06 07:19:32 +00:00
parent 9400fdac77
commit 35ca994ba2
8 changed files with 21 additions and 421 deletions

1
cmd.c
View File

@ -80,7 +80,6 @@ const struct cmd_entry *cmd_table[] = {
&cmd_rotate_window_entry,
&cmd_run_shell_entry,
&cmd_save_buffer_entry,
&cmd_scroll_mode_entry,
&cmd_select_layout_entry,
&cmd_select_pane_entry,
&cmd_select_prompt_entry,