Fix for Mac Command-0 zoom-buffer binding

Amends fix to #10455
This commit is contained in:
Daniel Ramoeller 2019-04-04 17:01:56 +02:00 committed by Juergen Spitzmueller
parent 209944796a
commit 990f1eca4a

View File

@ -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"