From 80c1221b1c99d806b3e388a4611c049f6d4e642c Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 2 Dec 2024 19:40:33 +0100 Subject: [PATCH] feat: add flow mode keybindings for future commands --- src/keybind/builtin/flow.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/keybind/builtin/flow.json b/src/keybind/builtin/flow.json index 09db4c8..0e9f46c 100644 --- a/src/keybind/builtin/flow.json +++ b/src/keybind/builtin/flow.json @@ -93,6 +93,9 @@ ["alt+shift+right", "expand_selection"], ["alt+home", "select_prev_sibling"], ["alt+end", "select_next_sibling"], + ["alt+shift+e", "move_parent_node_end"], + ["alt+shift+b", "move_parent_node_start"], + ["alt+a", "select_all_siblings"], ["alt+shift+home", "move_scroll_left"], ["alt+shift+end", "move_scroll_right"], ["alt+shift+up", "add_cursor_up"],