Skip to content

Commit

Permalink
adds delete keybinding to match netrw for #13
Browse files Browse the repository at this point in the history
  • Loading branch information
danprince committed Sep 10, 2023
1 parent 889d1ba commit 65fff69
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@
"key": "shift+d",
"when": "editorTextFocus && editorLangId == vsnetrw && vim.mode =~ /^(?!SearchInProgressMode|CommandlineInProgress).*$/"
},
{
"command": "vsnetrw.delete",
"key": "delete",
"when": "editorTextFocus && editorLangId == vsnetrw && vim.mode =~ /^(?!SearchInProgressMode|CommandlineInProgress).*$/"
},
{
"command": "vsnetrw.create",
"key": "shift+5",
Expand Down

0 comments on commit 65fff69

Please sign in to comment.