I am trying to find the shortcut for duplicating a line in Visual Studio Code (I am using 1.3.1) I tried the obvious CTRL + D but that doesn\'t seem to
Update that may help Ubuntu users if they still want to use the ↑ and ↓ instead of another set of keys.
I just installed a fresh version of VSCode on Ubuntu 18.04 LTS and I had duplicate commands for Add Cursor Above and Add Cursor Below
Original Keybindings
I just removed the bindings that used Ctrl and added my own with the following
Copy Line Up
Ctrl + Shift + ↑
Copy Line Down
Ctrl + Shift + ↓
New Keybindings