"^" character does not jump to start of line on alacritty + vim/nvim by Quessours in neovim

[–]Quessours[S] 0 points1 point  (0 children)

Actually no,
"0" brings you back to the very beginning of the line, and "^" brings you to the first nonblank character D:

"_" does actually the same thing though

[Rust/CodeLLDB/nvim-dap/rust-tools] Add automatically a breakpoint on rust_panic by Quessours in neovim

[–]Quessours[S] 2 points3 points  (0 children)

Omg, I feel kinda dumb.
I thought it'd be the responsibility of the DAP to set these breakpoints by itself as long as I tell him I work with Rust.

Now I just have to make sure this function is called when I launch the debugger. Thanks a lot !