Add search shortcut

This commit is contained in:
syuilo 2020-02-09 19:34:26 +09:00
parent 0f63acea5b
commit 2b20c34c1e
2 changed files with 2 additions and 0 deletions

View file

@ -193,6 +193,7 @@ export default Vue.extend({
return {
'p': this.post,
'n': this.post,
's': this.search,
'h|/': this.help
};
},