File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 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 ) .
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments