[[binding]] modes = ["normal"] command = "model.open_all" sequences = [ ["m"], ["", "m"] ] [[binding]] modes = ["normal"] command = "model.open_local" sequences = [ ["Ctrl+Shift+L"], ["", "m", "l"] ] [[binding]] modes = ["normal"] command = "model.open_cloud" sequences = [ ["Ctrl+Shift+C"], ["", "m", "c"] ] [[binding]] modes = ["normal"] command = "model.open_available" sequences = [ ["Ctrl+Shift+P"], ["", "m", "a"] ] [[binding]] modes = ["normal", "editing"] command = "palette.open" sequences = [ ["Ctrl+P"], ["", "t"] ] [[binding]] modes = ["normal"] command = "provider.switch" sequence = ["", "p"] [[binding]] modes = ["normal"] sequence = ["Tab"] command = "focus.next" [[binding]] modes = ["normal"] sequence = ["Shift+Tab"] command = "focus.prev" [[binding]] modes = ["normal"] command = "focus.files" sequences = [ ["Ctrl+1"], ["", "f", "1"] ] [[binding]] modes = ["normal"] command = "focus.chat" sequences = [ ["Ctrl+2"], ["", "f", "2"] ] [[binding]] modes = ["normal"] command = "focus.code" sequences = [ ["Ctrl+3"], ["", "f", "3"] ] [[binding]] modes = ["normal"] command = "focus.thinking" sequences = [ ["Ctrl+4"], ["", "f", "4"] ] [[binding]] modes = ["normal"] command = "focus.input" sequences = [ ["Ctrl+5"], ["", "f", "5"] ] [[binding]] modes = ["editing"] command = "composer.submit" sequence = ["Enter"] [[binding]] modes = ["normal"] command = "mode.command" sequences = [ ["Ctrl+;"], ["", ":"] ] [[binding]] modes = ["normal", "editing", "visual", "command", "help"] sequence = ["F12"] command = "debug.toggle" [[binding]] modes = ["normal"] command = "navigate.top" sequences = [ ["g", "g"], ["", "g", "t"] ] [[binding]] modes = ["normal"] command = "navigate.bottom" sequences = [ ["Shift+G"], ["", "g", "b"] ] [[binding]] modes = ["normal"] command = "files.focus_expand" sequences = [ ["g", "t"], ["g", "T"], ["", "f", "e"] ] [[binding]] modes = ["normal"] command = "files.toggle_hidden" sequences = [ ["g", "h"], ["g", "H"], ["", "f", "h"] ] [[binding]] modes = ["normal"] command = "input.clear" sequences = [ ["d", "d"], ["", "m", "d"] ] [[binding]] modes = ["normal"] command = "workspace.split_horizontal" sequences = [ ["Ctrl+W", "s"], ["Ctrl+W", "S"], ["", "l", "s"] ] timeout_ms = 1200 [[binding]] modes = ["normal"] command = "workspace.split_vertical" sequences = [ ["Ctrl+W", "v"], ["Ctrl+W", "V"], ["", "l", "v"] ] timeout_ms = 1200 [[binding]] modes = ["normal"] command = "workspace.focus_left" sequences = [ ["Ctrl+K", "Left"], ["", "l", "h"] ] timeout_ms = 1200 [[binding]] modes = ["normal"] command = "workspace.focus_right" sequences = [ ["Ctrl+K", "Right"], ["", "l", "l"] ] timeout_ms = 1200 [[binding]] modes = ["normal"] command = "workspace.focus_up" sequences = [ ["Ctrl+K", "Up"], ["", "l", "k"] ] timeout_ms = 1200 [[binding]] modes = ["normal"] command = "workspace.focus_down" sequences = [ ["Ctrl+K", "Down"], ["", "l", "j"] ] timeout_ms = 1200