Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
whitphx committed Nov 12, 2023
1 parent 04ab6d1 commit 823c2dd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ It's an intended design that simulates the original Emacs' behavior.
You can disable it with `emacs-mcx.cursorMoveOnFindWidget` option described below.
See https://github.com/whitphx/vscode-emacs-mcx/issues/137 for the details about this topic.

### The find widget is not initialized with the currently selected string when using `C-s`. It's different from the original VSCode' behavior.

This behavior is controlled by `editor.find.seedSearchStringFromSelection` VSCode setting. This extension overrides its default value as `"never"` for Emacs-like behavior,
while the original VSCode's default value is `"always"`.

You can [edit the setting](https://code.visualstudio.com/docs/getstarted/settings) if you prefer a different behavior.

### The extension has been broken!

Try the `Developer: Reinstall Extension...` command from the command palette to reinstall the extension. I fixed [a problem](https://github.com/whitphx/vscode-emacs-mcx/issues/1654) by this way somehow.
Expand Down

0 comments on commit 823c2dd

Please sign in to comment.