YummyOreo
YummyOreo
Does #487 help? You could also take a look at the shell plugins.
I don't know what *should* be installed if MinGW64/MSYS2 would be detected. But cargo should be fine. The install location would probably depend on where cargo was installed (in MSYS2/MinGW64...
Sadly there is not really anything we can do about cargo putting it in the incorrect place. An easy fix could be to add cargo's install path to `PATH`
seems like you can't detect `ctrl+backspace` in a terminal. Although `alt+backspace` should be detectable
> @YummyOreo Not sure exactly what you mean. It seems like (at least for my terminal) that if i press `ctrl + backspace` it does not detect the ctrl. Here...
you need to cd into `atuin` again so it would be `root/atuin/atuin/`
what's your cargo version. you may need to update to 1.69 Edit: you need cargo version above 1.64: [see changelog](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html#cargo-improvements-workspace-inheritance-and-multi-target-builds)
have you added the source command to your config.nu and have you put the init.nu in the correct place? Can you also get the contents of the init.nu that was...
Seems like the hooks are broken, I havent been able to repo this on a clean install of nu and atuin, so if you should check for stuff that may...
you can take a look at the shell plugins ([see here](https://github.com/ellie/atuin/tree/main/atuin/src/shell)) or #487. These give some ideas on how to register a command.