File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,14 +41,24 @@ keybind = alt+j=goto_split:down
4141# WARN: currently it works only on macOS.
4242keybind = global:super+g=toggle_quick_terminal
4343
44+ keybind = super+ctrl+arrow_up=unbind
45+ keybind = super+ctrl+arrow_down=unbind
46+ keybind = super+ctrl+arrow_left=unbind
47+ keybind = super+ctrl+arrow_right=unbind
48+
49+ keybind = super+alt+arrow_up=resize_split:up,10
50+ keybind = super+alt+arrow_down=resize_split:down,10
51+ keybind = super+alt+arrow_left=resize_split:left,10
52+ keybind = super+alt+arrow_right=resize_split:right,10
53+
54+
4455# Use left Option key as an Alt key on macOS.
4556macos-option-as-alt=left
4657
4758# jump backwards/forwards through prompt boundaries in the scrollback
4859keybind = shift+up=jump_to_prompt:-1
4960keybind = shift+down=jump_to_prompt:1
5061
51- # Pass Alt key combinations to applications like Zellij
5262macos-titlebar-style = transparent
5363macos-titlebar-proxy-icon = hidden
5464
You can’t perform that action at this time.
0 commit comments