Commit 3cabaf1
John Mutuma (from Dev Box)
fix(tmux): forward nav keys directly to mux pane on Windows (psmux)
On Windows with psmux, control keys like C-j passed through Neovim's
terminal emulation get mangled (C-j/newline becomes CR/submit). Route
nav key passthrough via tmux send-key when a mux parent is available,
bypassing the terminal translation layer.
Sanitize session names (spaces to hyphens) and sync mux_session so
tmux send-keys targets the correct session on psmux.1 parent 0a5ad1e commit 3cabaf1
2 files changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
50 | 60 | | |
51 | 61 | | |
52 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
203 | 211 | | |
204 | 212 | | |
205 | 213 | | |
| |||
0 commit comments