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 3137db3a25
commit f5558532c5

View file

@ -4,7 +4,7 @@
"core:cut": "mod+x", "core:cut": "mod+x",
"core:copy": "mod+c", "core:copy": "mod+c",
"core:paste": "mod+v", "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:select-all": "mod+a",
"core:previous-item": "up", "core:previous-item": "up",
"core:next-item": "down", "core:next-item": "down",