Skip to content

Commit

Permalink
Merge pull request #3051 from myhere/master
Browse files Browse the repository at this point in the history
fix `<C-f>` in 「Insert」mode
  • Loading branch information
jpoon authored Sep 21, 2018
2 parents e4b66af + d0b2a86 commit 41c41c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
{
"key": "ctrl+f",
"command": "extension.vim_ctrl+f",
"when": "editorTextFocus && vim.active && vim.use<C-f> && !inDebugRepl"
"when": "editorTextFocus && vim.active && vim.use<C-f> && vim.mode != 'Insert' && !inDebugRepl"
},
{
"key": "ctrl+h",
Expand Down

0 comments on commit 41c41c0

Please sign in to comment.