theme = Catppuccin Mocha
mouse-shift-capture = false
macos-titlebar-style = tabs
cursor-style = bar

# Remap Option+arrows to Ctrl+Shift+arrows so nvim can use them for multi-cursor.
# macOS and tmux leave Ctrl+Shift+arrows untouched, unlike Option/Cmd combos.
# CSI modifier 6 = Ctrl+Shift (5 would be Ctrl only, which smart-splits grabs).
keybind = option+up=csi:1;6A
keybind = option+down=csi:1;6B
keybind = option+left=csi:1;6D
keybind = option+right=csi:1;6C

