Skip to content

Commit

Permalink
Fix chrome://extensions/shortcuts missing options
Browse files Browse the repository at this point in the history
  • Loading branch information
yvay authored and glacambre committed May 29, 2023
1 parent 386239e commit e2d5a0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
}
},
"send_C-n": {
"description": "Send <C-n> to firenvim."
"description": "Send Ctrl-n to firenvim."
},
"send_C-t": {
"description": "Send <C-t> to firenvim."
"description": "Send Ctrl-t to firenvim."
},
"send_C-w": {
"description": "Send <C-w> to firenvim."
"description": "Send Ctrl-w to firenvim."
},
"toggle_firenvim": {
"description": "Toggle Firenvim in the current tab."
Expand Down

0 comments on commit e2d5a0f

Please sign in to comment.