commit 990f1eca4a985116def89f18061f9ea8eea84a67
Author: Daniel Ramoeller <[email protected]>
Date:   Thu Apr 4 17:01:56 2019 +0200

    Fix for Mac Command-0 zoom-buffer binding
    
    Amends fix to #10455
---
 lib/bind/mac.bind |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/bind/mac.bind b/lib/bind/mac.bind
index af358d6..c73dbfb 100644
--- a/lib/bind/mac.bind
+++ b/lib/bind/mac.bind
@@ -101,6 +101,7 @@ Format 4
 #  -: "Shift-Command-`"              # Activate the previous open window in 
the frontmost application
 #  -: "Option-Command-`"             # Move focus to the window drawer
 #  +: "Command- - (minus)"           # Decrease the size of the selected item
+\bind "C-0"                          "buffer-zoom"
 \bind "C-minus"                      "buffer-zoom-out"
 #  +: "Shift-Command-="              # Increase the size of the selected item
 \bind "C-plus"                       "buffer-zoom-in"

Reply via email to