Skip to content

Commit

Permalink
Fix horizontal scroll with shift+scroll on MacOS
Browse files Browse the repository at this point in the history
It seems like pressing shift+scroll on MacOS automatically makes it 
shift+horizontal scroll.
  • Loading branch information
Guldoman committed Nov 1, 2022
1 parent a619054 commit c512d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/core/keymap-macos.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ local function keymap_macos(keymap)
["cmd+8"] = "root:switch-to-tab-8",
["cmd+9"] = "root:switch-to-tab-9",
["wheel"] = "root:scroll",
["shift+wheel"] = "root:horizontal-scroll",
["shift+hwheel"] = "root:horizontal-scroll",

["cmd+f"] = "find-replace:find",
["cmd+r"] = "find-replace:replace",
Expand Down

0 comments on commit c512d01

Please sign in to comment.