Skip to content

Commit

Permalink
Add visual mode keybinding on VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
nabezokodaikon committed Apr 27, 2023
1 parent d9d8176 commit d350a18
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
"after": ["$"]
}
],
"vim.visualModeKeyBindings": [
{
"before": ["<C-h>"],
"after": ["0"]
},
{
"before": ["<C-l>"],
"after": ["$"]
}
],
"editor.fontFamily": "Consolas, Myrica M",
"editor.detectIndentation": false,
"editor.fontSize": 18,
Expand Down

0 comments on commit d350a18

Please sign in to comment.