zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
19.38k stars 610 forks source link

hlk keys inside nvim not working #3442

Open DRKolev-code opened 1 week ago

DRKolev-code commented 1 week ago

Basic information

zellij --version: fa110515aa672ff47b61fd69090da46a3c28d103

stty size: 61 234

uname -av: Linux PW013WQH 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

Issue description

The cursor does not seem to get updated when pressing hkl until either j is pressed or a key that would edit text such as x.

Minimal reproduction

Tested on Windows Terminal and iterm2

  1. Start a zellij session: zellij attach -c temp.
  2. Open nvim: nvim
  3. Press hkl
  4. Press either j or x to update the cursor position