Skip to content

Commit dbaf616

Browse files
committed
Removed Cmd-K as a keybinding for clearing the terminal.
I hope to be able to restore this, but right now it conflicts with a whole slew of keybindings in Atom on the Mac.
1 parent 8b67ae2 commit dbaf616

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

keymaps/terminal.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
},
55
"terminal-view": {
66
"cmd-c": "terminal:copy",
7-
"cmd-v": "terminal:paste",
8-
"cmd-k": "terminal:clear"
7+
"cmd-v": "terminal:paste"
98
}
109
}

0 commit comments

Comments
 (0)