The default linux keymap has this definition:
{ "keys": "shift+insert"], "command": "paste", "args": {"clipboard": "selection"} },
…is that right? The binding doesn’t seem to do anything under Linux here, nor can I find other instances of that argument being used with the paste command. Windows/OSX simply have this binding:
{ "keys": "shift+insert"], "command": "paste" },
…which works fine .