Skip to content

Commit

Permalink
Fix wrong command for ctrl+f (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix authored and johnfn committed Jul 19, 2016
1 parent 7a5e273 commit fc101ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
},
{
"key": "ctrl+f",
"command": "extension.vim_ctrl+f && vim.useCtrlKeys",
"when": "editorTextFocus"
"command": "extension.vim_ctrl+f",
"when": "editorTextFocus && vim.useCtrlKeys"
},
{
"key": "ctrl+b",
Expand Down

0 comments on commit fc101ea

Please sign in to comment.