From 2173365f4f5713a65845f3e993d3092da956746d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 1 Dec 2019 21:15:21 +0000 Subject: Fix keys in CHANGES. --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 876d9173..051c8e05 100644 --- a/CHANGES +++ b/CHANGES @@ -163,7 +163,7 @@ CHANGES FROM 2.9 to 3.0 * Add the ability to create simple menus. Introduces new command display-menu. Default menus are bound to MouseDown3 on the status line; MouseDown3 or M-MouseDown3 on panes; MouseDown3 in tree, client and - buffer modes; and C-b C-m and C-b M-m. + buffer modes; and C-b < and >. * Allow panes to be empty (no command). They can be created either by piping to split-window -I, or by passing an empty command ('') to split-window. Output -- cgit