From dbaf616ed8af2ac5bfc4a278aac6d5134db49fc2 Mon Sep 17 00:00:00 2001 From: Justin Mecham Date: Sun, 11 Feb 2018 19:15:39 -0500 Subject: [PATCH] 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. --- keymaps/terminal.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/keymaps/terminal.json b/keymaps/terminal.json index 1d62a5d..cea995f 100644 --- a/keymaps/terminal.json +++ b/keymaps/terminal.json @@ -4,7 +4,6 @@ }, "terminal-view": { "cmd-c": "terminal:copy", - "cmd-v": "terminal:paste", - "cmd-k": "terminal:clear" + "cmd-v": "terminal:paste" } }