Skip to content

Commit

Permalink
remove keybinding for ctrl+f again, resolves #60
Browse files Browse the repository at this point in the history
  • Loading branch information
p- committed May 23, 2022
1 parent c5dfc37 commit f232c76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 0.16.1 (May 23, 2022)
* bug fix - remove previously introduced keybindings for ctrl+f (cmd+f) [#60](https://github.com/alphabotsec/vscode-eclipse-keybindings/issues/60).

## 0.16.0 (May 20, 2022)
* enhancement - ctrl+f (cmd+f) now opens the search and replace box. [#27](https://github.com/alphabotsec/vscode-eclipse-keybindings/issues/27).
* enhancement - ctrl+f3 (cmd+f3) open structure/outline [#52](https://github.com/alphabotsec/vscode-eclipse-keybindings/pull/52).
Expand Down
8 changes: 0 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,14 +358,6 @@
"command": "editor.action.transformToLowercase",
"when": "editorTextFocus"
},
{
"mac": "cmd+f",
"win": "ctrl+f",
"linux": "ctrl+f",
"key": "ctrl+f",
"command": "editor.action.startFindReplaceAction",
"when": "editorFocus || editorIsOpen"
},
{
"mac": "cmd+k",
"win": "ctrl+k",
Expand Down

0 comments on commit f232c76

Please # to comment.