From 574ea6a1911b740bb611f0b658a83f606b6837bc Mon Sep 17 00:00:00 2001 From: Mantas Mikulėnas Date: Thu, 20 Feb 2025 15:26:46 +0200 Subject: fix(keycodes): recognize , respectively. PuTTY is not unique here -- tmux *also* sends ESC[1~ and ESC[4~ after its internal translation -- but the difference is that 'tmux' terminfo correctly maps them to Home/End so Neovim recognizes them as such, while PuTTY defaults to using 'xterm' which uses a different mapping. This initial patch only allows Neovim to recognize and select key insert key home *home* end *end* -- cgit