Replies: 1 comment 2 replies
-
|
Have you got |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Terminal: ghostty 1.0.1-1.fc41
Shell: fish 3.7.0
nvim: v0.10.3
tmux: 3.5a
Outside tmux when on nvim and I press ctrl+v while in insert mode I got
<BS>for backspace<S-BS>for shift+backspace<C-BS>for ctrl+backspace<M-BS>for alt+backspaceInside tmux I got
<BS>for backspace<BS>for shift+backspace^H(greyed out) for ctrl+backspace<M-BS>for alt+backspaceI want to remap ctrl+backspace for ctrl+w in insert mode for delete whole word since ctrl+w is close tab on browser. Already trying to remap all of this on nvim, only alt+backspace works. Ctrl+bs only working outside tmux.
any ideas?
Beta Was this translation helpful? Give feedback.
All reactions