Skip to content

Commit

Permalink
Removed Cmd-K as a keybinding for clearing the terminal.
Browse files Browse the repository at this point in the history
I hope to be able to restore this, but right now it conflicts with a whole slew of keybindings in Atom on the Mac.
  • Loading branch information
jsmecham committed Feb 12, 2018
1 parent 5520c7e commit 713fe60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions keymaps/terminal.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
},
"terminal-view": {
"cmd-c": "terminal:copy",
"cmd-v": "terminal:paste",
"cmd-k": "terminal:clear"
"cmd-v": "terminal:paste"
}
}

0 comments on commit 713fe60

Please sign in to comment.