foot: fix shift+space in neovim terminal lazygit
Problem: In neovimg when using a terminal (like toggleterm) and trying to press shift+space in an curses type application like lazygit, it will print an escape sequence instead of printing the space key. This textbinding remaps it so it will now print space instead. Has minor implications for escape sequences and stuff.
This commit is contained in:
parent
095e9f29fa
commit
d9e21b23bd
1 changed files with 1 additions and 0 deletions
|
@ -17,3 +17,4 @@ font=monospace:size=10
|
|||
# Git Issue: https://codeberg.org/dnkl/foot/issues/1358
|
||||
[text-bindings]
|
||||
\x0d = Control+Return Shift+Return Control+Shift+Return
|
||||
\x20 = Shift+space
|
||||
|
|
Loading…
Reference in a new issue