Skip to content

Commit f232c76

Browse files
committed
remove keybinding for ctrl+f again, resolves #60
1 parent c5dfc37 commit f232c76

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 0.16.1 (May 23, 2022)
4+
* bug fix - remove previously introduced keybindings for ctrl+f (cmd+f) [#60](https://github.com/alphabotsec/vscode-eclipse-keybindings/issues/60).
5+
36
## 0.16.0 (May 20, 2022)
47
* enhancement - ctrl+f (cmd+f) now opens the search and replace box. [#27](https://github.com/alphabotsec/vscode-eclipse-keybindings/issues/27).
58
* enhancement - ctrl+f3 (cmd+f3) open structure/outline [#52](https://github.com/alphabotsec/vscode-eclipse-keybindings/pull/52).

package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -358,14 +358,6 @@
358358
"command": "editor.action.transformToLowercase",
359359
"when": "editorTextFocus"
360360
},
361-
{
362-
"mac": "cmd+f",
363-
"win": "ctrl+f",
364-
"linux": "ctrl+f",
365-
"key": "ctrl+f",
366-
"command": "editor.action.startFindReplaceAction",
367-
"when": "editorFocus || editorIsOpen"
368-
},
369361
{
370362
"mac": "cmd+k",
371363
"win": "ctrl+k",

0 commit comments

Comments
 (0)