Skip to content

Commit

Permalink
Lmit : shortcut key to view mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mooz committed Aug 22, 2020
1 parent 0a232a4 commit 02e2ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/settings.default.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ if (!isContent) {
config.globalKeyMap = {
all: {
"meta-w": () => keysnail.copyRegion(),
":": () => keysnail.runEvalConsole(),
"ctrl-meta-j": () => $notify("selectNextTab"),
"ctrl-meta-k": () => $notify("selectPreviousTab"),
"ctrl-Tab": () => $notify("selectNextTab"),
Expand Down Expand Up @@ -126,6 +125,7 @@ config.globalKeyMap = {
d: {
d: () => $notify("closeTab"),
},
":": () => keysnail.runEvalConsole(),
o: () => $notify("focusLocationBar"),
"ctrl-a": () => $notify("selectTabsByPanel"),
E: () => keysnail.toggleHitHint(true),
Expand Down

0 comments on commit 02e2ebb

Please sign in to comment.