I’m trying to write a quick little plugin for interacting with kitty from neovim. Sending usual text works fine but I want to try sending arbitrary keycodes, either by translating “” to “^[[A” or perhaps even mirroring all keypresses until or . Through experimentation I’ve found nvim_replace_termcodes is not the correct function to use for the first one, unless I’m missing something. Is there a builtin function that can do this for me? Any libraries?
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Nitty-gritty questions on terminal nvim and keyboard events
|
2 | 2199 | December 5, 2021 | |
Upgrading neovim from 0.7 to 0.9.5 broke some hotkeys | 3 | 216 | February 19, 2024 | |
How NeoVim interpret the CSI keybindings? | 5 | 706 | May 22, 2023 | |
Getting E492 with keymaps for tabs and buffers | 0 | 203 | August 2, 2023 | |
[Poll] Which terminal emulator do you use?
|
23 | 11532 | January 23, 2024 |