summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-10-06 07:19:32 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-10-06 07:19:32 +0000
commit35ca994ba274a0f3f71e50b0a1aadf275d4441dc (patch)
tree787093f6c1270954b29efa23f76e2ea257d83d6e /cmd.c
parent9400fdac77cff0607f592c969949c7e4feed4913 (diff)
Remove scroll mode which is now redundant, copy mode should be used instead.
The = key binding now does nothing.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 17cf0c16..1119bdc7 100644
--- a/cmd.c
+++ b/cmd.c
@@ -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,