mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix super modifier parsing
This commit is contained in:
parent
639320b3e1
commit
80e04be84f
7 changed files with 146 additions and 27 deletions
|
|
@ -73,8 +73,8 @@ OpenCode has a list of keybinds that you can customize through the OpenCode conf
|
|||
"input_delete_to_line_start": "ctrl+u",
|
||||
"input_backspace": "backspace,shift+backspace",
|
||||
"input_delete": "ctrl+d,delete,shift+delete",
|
||||
"input_undo": "ctrl+-,cmd+z",
|
||||
"input_redo": "ctrl+.,cmd+shift+z",
|
||||
"input_undo": "ctrl+-,super+z",
|
||||
"input_redo": "ctrl+.,super+shift+z",
|
||||
"input_word_forward": "alt+f,alt+right,ctrl+right",
|
||||
"input_word_backward": "alt+b,alt+left,ctrl+left",
|
||||
"input_select_word_forward": "alt+shift+f,alt+shift+right",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue