Skip to content

Commit 1ad026c

Browse files
committed
fix: remove ^D from default keybindings
Signed-off-by: Snehil Shah <[email protected]>
1 parent ea1e48a commit 1ad026c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/node_modules/@stdlib/repl/lib/keybindings.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,6 @@ var KEYBINDINGS = {
169169
'ctrl': false,
170170
'shift': false,
171171
'meta': false
172-
},
173-
{
174-
'name': 'd',
175-
'ctrl': true,
176-
'shift': false,
177-
'meta': false
178172
}
179173
],
180174
'deleteWordLeft': [

0 commit comments

Comments
 (0)