-
I want to create a vim keybinding to toggle the wrap text option "vim.normalModeKeyBindings": [
{
"before": [
"leader",
"$"
],
"commands": [
"editor.wordWrap.toggle"
]
},
], |
Beta Was this translation helpful? Give feedback.
Answered by
domi413
Jul 2, 2024
Replies: 1 comment
-
For anyone with the same issue, you can trace keyboard shortcuts with: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
domi413
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For anyone with the same issue, you can trace keyboard shortcuts with:
Developer: Toggle Keyboard Shortcuts Troubleshooting