fix(keymaps): Use correct combo for paste+match style #2088

This commit is contained in:
Ben Gotow 2016-04-28 12:45:29 -07:00
parent 0bc83bb5bb
commit 097aa979be

View file

@ -4,7 +4,7 @@
"core:cut": "mod+x",
"core:copy": "mod+c",
"core:paste": "mod+v",
"core:paste-and-match-style": "mod+shift+v",
"core:paste-and-match-style": "mod+alt+shift+v",
"core:select-all": "mod+a",
"core:previous-item": "up",
"core:next-item": "down",