torvalds
torvalds
> Seems I have the same issue. it's installed correctly but not working. I knew the reason since it is not compatible with the M1 and HOMEBREW contributors are not...
[Materialize souce code](https://github.com/mkhairi/materialize-sass/blob/8ed72b3c8f46e3bb10f4fa8518e620efa06f1b0f/assets/javascripts/materialize.js#L6475) ```js _this37.$inputField = _this37.$el.closest('.input-field'); ``` so you have have the class `input-field`, follow the [official document](https://materializecss.com/autocomplete.html) ```html textsms Autocomplete ```  However, in the prior version `0.1.0.0.2`...
it works when I delete the hotkey cmd+k working in the terminal  ```json { "key": "cmd+k", "command": "-cursorai.action.generateInTerminal", "when": "terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported" } ``` 
by the way, the hotkey to access the key mapping ~~`cmd+k, cmd+s`~~ has been changed by the cursor. it is now `cmd+r cmd+s`