David Marchante
David Marchante
I've created an item in 1p similar to the one in the gif you show but I can't make it show the relevant item (my local sudoer password) out of...
### Did you check the docs and existing issues? - [X] I have read the docs - [X] I have searched the existing issues ### Neovim version (nvim -v) 0.9.5...
I was trying to map the following: ```toml ctrl-alt-cmd-backspace = 'workspace-back-and-forth' ``` But it wasn't working, the following did work: ```toml ctrl-alt-backspace = 'workspace-back-and-forth' ``` So I'm guessing that `cmd-backspace`...