Merge branch 'master' into keybind

This commit is contained in:
CJ van den Berg 2024-11-25 22:01:22 +01:00
commit eddc074a23
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 178 additions and 3 deletions

View file

@ -91,6 +91,8 @@
["alt+shift+i", "add_cursors_to_line_ends"],
["alt+shift+left", "shrink_selection"],
["alt+shift+right", "expand_selection"],
["alt+home", "select_prev_sibling"],
["alt+end", "select_next_sibling"],
["alt+shift+home", "move_scroll_left"],
["alt+shift+end", "move_scroll_right"],
["alt+shift+up", "add_cursor_up"],