Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
Change hotkey for expand to mod + +
Browse files Browse the repository at this point in the history
Issue #1365
  • Loading branch information
pablosichert committed Nov 22, 2017
1 parent 2219644 commit 05274af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shortcuts/keymap.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {

/* Table context */
TOGGLE_QUICK_INPUT: `${mod}+Q`,
TOGGLE_EXPAND: `${mod}+Spacebar`,
TOGGLE_EXPAND: `${mod}++`,

/* Pagination context */
NEXT_PAGE: 'PageDown',
Expand Down

0 comments on commit 05274af

Please sign in to comment.