Skip to content

Commit

Permalink
rebinding brackets [] to select-prev/select-next
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj committed Sep 19, 2024
1 parent e6c18f6 commit bc35116
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config/custom-keybinds.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@
"provider": "graphene"
},
"keyx": false,
"control+shift+keyx": "clear-segments"
"control+shift+keyx": "clear-segments",
"bracketleft": "select-previous",
"bracketright": "select-next"
}

0 comments on commit bc35116

Please sign in to comment.