We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b816546 commit 9c43a19Copy full SHA for 9c43a19
client/modules/IDE/components/Editor.jsx
@@ -147,8 +147,8 @@ class Editor extends React.Component {
147
[`${metaKey}-Enter`]: () => null,
148
[`Shift-${metaKey}-Enter`]: () => null,
149
[`${metaKey}-F`]: 'findPersistent',
150
- [`${metaKey}-G`]: 'findNext',
151
- [`Shift-${metaKey}-G`]: 'findPrev',
+ [`${metaKey}-G`]: 'findPersistentNext',
+ [`Shift-${metaKey}-G`]: 'findPersistentPrev',
152
[replaceCommand]: 'replace'
153
});
154
0 commit comments