Skip to content

Commit

Permalink
feat: Disable ctrl-p in vim to avoid vscode clash
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Apr 16, 2024
1 parent 54f7153 commit 16cb1a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,7 @@
"**/*.nls"
],
"latex-workshop.synctex.afterBuild.enabled": true,
"vim.handleKeys": {
"<C-p>": false
}
}

0 comments on commit 16cb1a5

Please sign in to comment.